#66706A

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

Shades of Sirocco #66706A

Tints of Sirocco #66706A

Color information

#66706A (or 0x66706A) is unknown color: approx Sirocco. HEX triplet: 66, 70 and 6A. RGB value is (102,112,106). Sum of RGB (Red+Green+Blue) = 102+112+106=320 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.88% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 112 - color contains mainly: green. Hex color #66706A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66706A is #998F95. Grayscale: #6C6C6C. Windows color (decimal): -10063766 or 6975590. OLE color: 6975590.

HSL color Cylindrical-coordinate representation of color #66706A: hue angle of 144º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #66706A is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB102112106-
CMYK0.0900.050.56
HSL144º4.67%41.96%-
HSV(B)144º8.93%43.92%-
XYZ13.8815.4515.89-
YUV108.33126.69123.49-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.88%
GREEN value IS 112 (44.14% from 255) = 35%
BLUE value IS 106 (41.80% from 255) = 33.12%
R=31.88%
G=35%
B=33.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1021121060.0900.050.561444.6741.96
Hex66706A905389052a
Octal146160152110570220552
Binary1100110111000011010101001010111100010010000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66706A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66706A; }

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

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

<style>
 a { background-color: #66706A; }

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

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

<style>
 span { border-color: #66706A; }

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

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