Html Css Color HEX #66796E Sirocco

📋 copy color: '#66796E'

red 102 ◦ green 121 ◦ blue 110

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

Shades of Sirocco #66796E

Tints of Sirocco #66796E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.34%

 BLUE value IS 110 (43.36% from 255) = 33.03%

R = 30.63%
G = 36.34%
B = 33.03%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#66796E (or 0x66796E) is known color: Sirocco. HEX triplet: 66, 79 and 6E. RGB value is (102,121,110). Sum of RGB (Red+Green+Blue) = 102+121+110=333 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.63% from 333); Green value is 121 (47.66% from 255 or 36.34% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 121 - color contains mainly: green. Hex color #66796E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66796E is #998691. Grayscale: #727272. Windows color (decimal): -10061458 or 7240038. OLE color: 7240038.

HSL color Cylindrical-coordinate representation of color #66796E: hue angle of 145.26º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #66796E is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 102 121 110 -
CMYK 0.16 0 0.09 0.53
HSL 145.26º 0.09% 0.44% -
HSV(B) 145.26º 0.16% 0.47% -
XYZ 15.13 17.63 17.36 -
YUV 114.07 125.71 119.39 -
System Red Green Blue C M Y K H S L
Decimal 102 121 110 0.16 0 0.09 0.53 145.26 0.09 0.44
Hex 66 79 6E 10 0 9 35 91 9 2C
Octal 146 171 156 20 0 11 65 221 11 54
Binary 1100110 1111001 1101110 10000 0 1001 110101 10010001 1001 101100

Color Harmonies of #66796E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66796E

Black with #66796E

Text Example


Text Example

White with #66796E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66796E; }

 p { color: rgb(102,121,110); }

 H1.HeaderClassName
 {
   color: #66796E;
 }
 .AnyTagClassName
 {
   color: #66796E;
 }
</style>

background-color css

<style>
 a { background-color: #66796E; }

 a { background-color: rgb(102,121,110); }

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

border-color css

<style>
 span { border-color: #66796E; }

 span { border-color: rgb(102,121,110); }

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