Html Css Color HEX #606F66 Sirocco

📋 copy color: '#606F66'

red 96 ◦ green 111 ◦ blue 102

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

Shades of Sirocco #606F66

Tints of Sirocco #606F66

RGB

 RED value IS 96 (37.89% from 255) = 31.07%

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

 BLUE value IS 102 (40.23% from 255) = 33.01%

R = 31.07%
G = 35.92%
B = 33.01%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#606F66 (or 0x606F66) is known color: Sirocco. HEX triplet: 60, 6F and 66. RGB value is (96,111,102). Sum of RGB (Red+Green+Blue) = 96+111+102=309 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.07% from 309); Green value is 111 (43.75% from 255 or 35.92% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 111 - color contains mainly: green. Hex color #606F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606F66 is #9F9099. Grayscale: #696969. Windows color (decimal): -10457242 or 6713184. OLE color: 6713184.

HSL color Cylindrical-coordinate representation of color #606F66: hue angle of 144º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #606F66 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 111 102 -
CMYK 0.14 0 0.08 0.56
HSL 144º 0.07% 0.41% -
HSV(B) 144º 0.14% 0.44% -
XYZ 12.91 14.81 14.75 -
YUV 105.49 126.03 121.23 -
System Red Green Blue C M Y K H S L
Decimal 96 111 102 0.14 0 0.08 0.56 144 0.07 0.41
Hex 60 6F 66 E 0 8 38 90 7 29
Octal 140 157 146 16 0 10 70 220 7 51
Binary 1100000 1101111 1100110 1110 0 1000 111000 10010000 111 101001

Color Harmonies of #606F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606F66

Black with #606F66

Text Example


Text Example

White with #606F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #606F66;
 }
 .AnyTagClassName
 {
   color: #606F66;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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