#64706A

Color #64706A Sirocco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sirocco #64706A

Tints of Sirocco #64706A

Color information

#64706A (or 0x64706A) is unknown color: approx Sirocco. HEX triplet: 64, 70 and 6A. RGB value is (100,112,106). Sum of RGB (Red+Green+Blue) = 100+112+106=318 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.45% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 112 - color contains mainly: green. Hex color #64706A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64706A is #9B8F95. Grayscale: #6B6B6B. Windows color (decimal): -10194838 or 6975588. OLE color: 6975588.

HSL color Cylindrical-coordinate representation of color #64706A: hue angle of 150º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #64706A is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB100112106-
CMYK0.1100.050.56
HSL150º5.66%41.57%-
HSV(B)150º10.71%43.92%-
XYZ13.6515.3415.88-
YUV107.73127.02122.49-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.45%
GREEN value IS 112 (44.14% from 255) = 35.22%
BLUE value IS 106 (41.80% from 255) = 33.33%
R=31.45%
G=35.22%
B=33.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1001121060.1100.050.561505.6641.57
Hex64706AB05389662a
Octal144160152130570226652
Binary1100100111000011010101011010111100010010110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64706A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #64706A;
 }
 .AnyTagClassName
 {
   color: #64706A;
 }
</style>
background-color css

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

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

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

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

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

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