Html Css Color HEX #66706C Sirocco

📋 copy color: '#66706C'

red 102 ◦ green 112 ◦ blue 108

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

Shades of Sirocco #66706C

Tints of Sirocco #66706C

RGB

 RED value IS 102 (40.23% from 255) = 31.68%

 GREEN value IS 112 (44.14% from 255) = 34.78%

 BLUE value IS 108 (42.58% from 255) = 33.54%

R = 31.68%
G = 34.78%
B = 33.54%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#66706C (or 0x66706C) is known color: Sirocco. HEX triplet: 66, 70 and 6C. RGB value is (102,112,108). Sum of RGB (Red+Green+Blue) = 102+112+108=322 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.68% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 112 - color contains mainly: green. Hex color #66706C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66706C is #998F93. Grayscale: #6C6C6C. Windows color (decimal): -10063764 or 7106662. OLE color: 7106662.

HSL color Cylindrical-coordinate representation of color #66706C: hue angle of 156º 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 #66706C is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 102 112 108 -
CMYK 0.09 0 0.04 0.56
HSL 156º 0.05% 0.42% -
HSV(B) 156º 0.09% 0.44% -
XYZ 13.98 15.5 16.44 -
YUV 108.55 127.69 123.33 -
System Red Green Blue C M Y K H S L
Decimal 102 112 108 0.09 0 0.04 0.56 156 0.05 0.42
Hex 66 70 6C 9 0 4 38 9C 5 2A
Octal 146 160 154 11 0 4 70 234 5 52
Binary 1100110 1110000 1101100 1001 0 100 111000 10011100 101 101010

Color Harmonies of #66706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66706C

Black with #66706C

Text Example


Text Example

White with #66706C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #66706C;
 }
 .AnyTagClassName
 {
   color: #66706C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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