Html Css Color HEX #66706A Sirocco

📋 copy color: '#66706A'

red 102 ◦ green 112 ◦ blue 106

#66706A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sirocco #66706A

Tints of Sirocco #66706A

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.8% from 255) = 33.13%

R = 31.88%
G = 35%
B = 33.13%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#66706A (or 0x66706A) is known color: 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

RGB 102 112 106 -
CMYK 0.09 0 0.05 0.56
HSL 144º 0.05% 0.42% -
HSV(B) 144º 0.09% 0.44% -
XYZ 13.88 15.45 15.89 -
YUV 108.33 126.69 123.49 -
System Red Green Blue C M Y K H S L
Decimal 102 112 106 0.09 0 0.05 0.56 144 0.05 0.42
Hex 66 70 6A 9 0 5 38 90 5 2A
Octal 146 160 152 11 0 5 70 220 5 52
Binary 1100110 1110000 1101010 1001 0 101 111000 10010000 101 101010

Color Harmonies of #66706A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66706A

Black with #66706A

Text Example


Text Example

White with #66706A

Text Example


Text Example

HTML Codes & Css Web 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>