#606A66

Color #606A66 Sirocco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sirocco #606A66

Tints of Sirocco #606A66

Color information

#606A66 (or 0x606A66) is unknown color: approx Sirocco. HEX triplet: 60, 6A and 66. RGB value is (96,106,102). Sum of RGB (Red+Green+Blue) = 96+106+102=304 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.58% from 304); Green value is 106 (41.80% from 255 or 34.87% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 106 - color contains mainly: green. Hex color #606A66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606A66 is #9F9599. Grayscale: #666666. Windows color (decimal): -10458522 or 6711904. OLE color: 6711904.

HSL color Cylindrical-coordinate representation of color #606A66: hue angle of 156º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #606A66 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.58.

Color convert

RGB96106102-
CMYK0.0900.040.58
HSL156º4.95%39.61%-
HSV(B)156º9.43%41.57%-
XYZ12.3813.7514.57-
YUV102.55127.69123.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 31.58%
GREEN value IS 106 (41.80% from 255) = 34.87%
BLUE value IS 102 (40.23% from 255) = 33.55%
R=31.58%
G=34.87%
B=33.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal961061020.0900.040.581564.9539.61
Hex606A669043A9c528
Octal140152146110472234550
Binary1100000110101011001101001010011101010011100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606A66; }

 p { color: rgb(96,106,102); }

 H1.HeaderClassName
 {
   color: #606A66;
 }
 .AnyTagClassName
 {
   color: #606A66;
 }
</style>
background-color css

<style>
 a { background-color: #606A66; }

 a { background-color: rgb(96,106,102); }

 div.DivClassName
 {
   background-color: #606A66;
 }
 .BgClassName
 {
   background-color: #606A66;
 }
</style>
border-color css

<style>
 span { border-color: #606A66; }

 span { border-color: rgb(96,106,102); }

 td.TdClassName
 {
   border-color: #606A66;
 }
 .TagClassName
 {
   border-color: #606A66;
 }
</style>