COLOR #090906

HEX: #090906
RGB: (9,9,6)

Renk bilgisi

#090906 contains red, green and blue colors in about the same proportion. #090906 ‘ nin web güvenlik rengi #000000 (ya da #000) dir.

RGB renk modeli

#090906 color RGB value is (9,9,6).

  • kırmız ton 9;
  • yeşil ton 9;
  • mavi ton 6.
RGB:
(9,9,6)
(4%,4%,2%)

RGB bağlantıları ve doygunluk

R 9 of 255 = 4%
G 9 of 255 = 4%
B 6 of 255 = 2%

9
9
6

R + G + B ~ 3%. #090906 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
9 + 9 + 6 = 24 (100%)
R 9 of 24 ~ 37.5%
G 9 of 24 ~ 37.5%
B 6 of 24 ~ 25%

%37.5
%37.5
%25

CMYK RENK MODELİ

#090906 rengi CMYK tonu (0,0,33,96).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 33.33%
  • ana renk tonu 96.47%
CMYK:
(0,0,33,96)
C0M0Y33K96 
(0%,0%,33%,96%)
(0.00/0.00/0.33/0.96)	

CMYK yüzdeleri

%0
%0
%33.33
%96.47

Codes

Color #090906 in popluar color models

090906
RGB996
HSL60°20.00%2.94%
HSB/HSV60°33.33%3.53%
CMYK0.00%0.00%33.33%
96.47%

Color #090906 in popluar number systems.

HEX090906
Decimal996
Binary10011001110
Octal11116

Shades and tints

Tints of #090906

#090906
(9,9,6)
#1F1F1C
(31,31,28)
#353532
(53,53,50)
#4B4B48
(75,75,72)
#61615E
(97,97,94)
#777774
(119,119,116)
#8D8D8A
(141,141,138)
#A3A3A0
(163,163,160)
#B9B9B6
(185,185,182)
#CFCFCC
(207,207,204)
#E5E5E2
(229,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #090906 color. Also use rgb(9,9,6) instead hex code.

Text Font Color

.myTextColor { color: #090906; }

<p style="color:#090906">This sample text font color is #090906.</p>

This text font color is #090906.


Background Color

.myBgColor { background-color: #090906; }

<div style="background-color:#090906">Inner text</div>

This div background color is #090906.


Border color

.myBorderColor { border: 1px solid #090906; }

<div style="border:3px solid #090906">Div</div>

This div border color is #090906.


Opacity

.myOpacity80 { color: #090906; opacity: 0.8; }

<p style="color:#090906;opacity:0.8;">80%</p>

Text with #090906 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #090906;}

<p style="text-shadow: 3px 3px 1px #090906">Text here.</p>

This text has shadow with #090906 color.

.textShadow {text-shadow: 3px 3px 1px #090906, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #090906, 5px 5px 20px red">Text here.</p>

This text has shadow with #090906 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#090906, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#090906, Direction=45, Strength=4)">Text</p>

This text has shadow with #090906 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #090906;
  -webkit-box-shadow:	1px 1px 3px 2px #090906;
  box-shadow:		1px 1px 3px 2px #090906;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #090906;
-webkit-box-shadow: 1px 1px 3px 2px #090906;
box-shadow:1px 1px 3px 2px #090906;">
Div content here</div>
This div box has shadow with color #090906.

Preview

Color preview on black background

This text has color #090906 on black background.


Color preview on white background

This text has color #090906 on white background.



Black color preview on #090906 background

This text has black color on #090906 background.


White color preview on #090906 background

This text has white color on #090906 background.