Html Css Color HEX #64796A Sirocco

📋 copy color: '#64796A'

red 100 ◦ green 121 ◦ blue 106

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

Shades of Sirocco #64796A

Tints of Sirocco #64796A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.42%

R = 30.58%
G = 37%
B = 32.42%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#64796A (or 0x64796A) is known color: Sirocco. HEX triplet: 64, 79 and 6A. RGB value is (100,121,106). Sum of RGB (Red+Green+Blue) = 100+121+106=327 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.58% from 327); Green value is 121 (47.66% from 255 or 37.00% from 327); Blue value is 106 (41.80% from 255 or 32.42% from 327); Max value from RGB is 121 - color contains mainly: green. Hex color #64796A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64796A is #9B8695. Grayscale: #717171. Windows color (decimal): -10192534 or 6977892. OLE color: 6977892.

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

Color convert

RGB 100 121 106 -
CMYK 0.17 0 0.12 0.53
HSL 137.14º 0.1% 0.43% -
HSV(B) 137.14º 0.17% 0.47% -
XYZ 14.69 17.42 16.22 -
YUV 113.01 124.04 118.72 -
System Red Green Blue C M Y K H S L
Decimal 100 121 106 0.17 0 0.12 0.53 137.14 0.1 0.43
Hex 64 79 6A 11 0 C 35 89 A 2B
Octal 144 171 152 21 0 14 65 211 12 53
Binary 1100100 1111001 1101010 10001 0 1100 110101 10001001 1010 101011

Color Harmonies of #64796A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64796A

Black with #64796A

Text Example


Text Example

White with #64796A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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