Html Css Color HEX #64796C Sirocco

📋 copy color: '#64796C'

red 100 ◦ green 121 ◦ blue 108

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

Shades of Sirocco #64796C

Tints of Sirocco #64796C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.83%

R = 30.4%
G = 36.78%
B = 32.83%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#64796C (or 0x64796C) is known color: Sirocco. HEX triplet: 64, 79 and 6C. RGB value is (100,121,108). Sum of RGB (Red+Green+Blue) = 100+121+108=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 121 (47.66% from 255 or 36.78% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 121 - color contains mainly: green. Hex color #64796C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64796C is #9B8693. Grayscale: #717171. Windows color (decimal): -10192532 or 7108964. OLE color: 7108964.

HSL color Cylindrical-coordinate representation of color #64796C: hue angle of 142.86º 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 #64796C is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 100 121 108 -
CMYK 0.17 0 0.11 0.53
HSL 142.86º 0.1% 0.43% -
HSV(B) 142.86º 0.17% 0.47% -
XYZ 14.8 17.47 16.78 -
YUV 113.24 125.04 118.56 -
System Red Green Blue C M Y K H S L
Decimal 100 121 108 0.17 0 0.11 0.53 142.86 0.1 0.43
Hex 64 79 6C 11 0 B 35 8F A 2B
Octal 144 171 154 21 0 13 65 217 12 53
Binary 1100100 1111001 1101100 10001 0 1011 110101 10001111 1010 101011

Color Harmonies of #64796C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64796C

Black with #64796C

Text Example


Text Example

White with #64796C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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