Html Css Color HEX #666F6A Sirocco

📋 copy color: '#666F6A'

red 102 ◦ green 111 ◦ blue 106

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

Shades of Sirocco #666F6A

Tints of Sirocco #666F6A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.8%

 BLUE value IS 106 (41.8% from 255) = 33.23%

R = 31.97%
G = 34.8%
B = 33.23%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#666F6A (or 0x666F6A) is known color: Sirocco. HEX triplet: 66, 6F and 6A. RGB value is (102,111,106). Sum of RGB (Red+Green+Blue) = 102+111+106=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 111 - color contains mainly: green. Hex color #666F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666F6A is #999095. Grayscale: #6B6B6B. Windows color (decimal): -10064022 or 6975334. OLE color: 6975334.

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

Color convert

RGB 102 111 106 -
CMYK 0.08 0 0.05 0.56
HSL 146.67º 0.04% 0.42% -
HSV(B) 146.67º 0.08% 0.44% -
XYZ 13.77 15.23 15.85 -
YUV 107.74 127.02 123.91 -
System Red Green Blue C M Y K H S L
Decimal 102 111 106 0.08 0 0.05 0.56 146.67 0.04 0.42
Hex 66 6F 6A 8 0 5 38 93 4 2A
Octal 146 157 152 10 0 5 70 223 4 52
Binary 1100110 1101111 1101010 1000 0 101 111000 10010011 100 101010

Color Harmonies of #666F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666F6A

Black with #666F6A

Text Example


Text Example

White with #666F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666F6A; }

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

 H1.HeaderClassName
 {
   color: #666F6A;
 }
 .AnyTagClassName
 {
   color: #666F6A;
 }
</style>

background-color css

<style>
 a { background-color: #666F6A; }

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

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

border-color css

<style>
 span { border-color: #666F6A; }

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

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