Html Css Color HEX #64796F Sirocco

📋 copy color: '#64796F'

red 100 ◦ green 121 ◦ blue 111

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

Shades of Sirocco #64796F

Tints of Sirocco #64796F

RGB

 RED value IS 100 (39.45% from 255) = 30.12%

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

 BLUE value IS 111 (43.75% from 255) = 33.43%

R = 30.12%
G = 36.45%
B = 33.43%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#64796F (or 0x64796F) is known color: Sirocco. HEX triplet: 64, 79 and 6F. RGB value is (100,121,111). Sum of RGB (Red+Green+Blue) = 100+121+111=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 121 (47.66% from 255 or 36.45% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 121 - color contains mainly: green. Hex color #64796F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64796F is #9B8690. Grayscale: #717171. Windows color (decimal): -10192529 or 7305572. OLE color: 7305572.

HSL color Cylindrical-coordinate representation of color #64796F: hue angle of 151.43º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #64796F is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 100 121 111 -
CMYK 0.17 0 0.08 0.53
HSL 151.43º 0.1% 0.43% -
HSV(B) 151.43º 0.17% 0.47% -
XYZ 14.96 17.53 17.63 -
YUV 113.58 126.54 118.31 -
System Red Green Blue C M Y K H S L
Decimal 100 121 111 0.17 0 0.08 0.53 151.43 0.1 0.43
Hex 64 79 6F 11 0 8 35 97 A 2B
Octal 144 171 157 21 0 10 65 227 12 53
Binary 1100100 1111001 1101111 10001 0 1000 110101 10010111 1010 101011

Color Harmonies of #64796F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64796F

Black with #64796F

Text Example


Text Example

White with #64796F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64796F; }

 p { color: rgb(100,121,111); }

 H1.HeaderClassName
 {
   color: #64796F;
 }
 .AnyTagClassName
 {
   color: #64796F;
 }
</style>

background-color css

<style>
 a { background-color: #64796F; }

 a { background-color: rgb(100,121,111); }

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

border-color css

<style>
 span { border-color: #64796F; }

 span { border-color: rgb(100,121,111); }

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