Html Css Color HEX #66796D Sirocco

📋 copy color: '#66796D'

red 102 ◦ green 121 ◦ blue 109

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

Shades of Sirocco #66796D

Tints of Sirocco #66796D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.83%

R = 30.72%
G = 36.45%
B = 32.83%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#66796D (or 0x66796D) is known color: Sirocco. HEX triplet: 66, 79 and 6D. RGB value is (102,121,109). Sum of RGB (Red+Green+Blue) = 102+121+109=332 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.72% from 332); Green value is 121 (47.66% from 255 or 36.45% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 121 - color contains mainly: green. Hex color #66796D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66796D is #998692. Grayscale: #717171. Windows color (decimal): -10061459 or 7174502. OLE color: 7174502.

HSL color Cylindrical-coordinate representation of color #66796D: hue angle of 142.11º 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 #66796D is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 102 121 109 -
CMYK 0.16 0 0.10 0.53
HSL 142.11º 0.09% 0.44% -
HSV(B) 142.11º 0.16% 0.47% -
XYZ 15.08 17.6 17.07 -
YUV 113.95 125.21 119.48 -
System Red Green Blue C M Y K H S L
Decimal 102 121 109 0.16 0 0.10 0.53 142.11 0.09 0.44
Hex 66 79 6D 10 0 A 35 8E 9 2C
Octal 146 171 155 20 0 12 65 216 11 54
Binary 1100110 1111001 1101101 10000 0 1010 110101 10001110 1001 101100

Color Harmonies of #66796D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66796D

Black with #66796D

Text Example


Text Example

White with #66796D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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