#64706B

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

Shades of Sirocco #64706B

Tints of Sirocco #64706B

Color information

#64706B (or 0x64706B) is unknown color: approx Sirocco. HEX triplet: 64, 70 and 6B. RGB value is (100,112,107). Sum of RGB (Red+Green+Blue) = 100+112+107=319 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.35% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 112 - color contains mainly: green. Hex color #64706B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64706B is #9B8F94. Grayscale: #6B6B6B. Windows color (decimal): -10194837 or 7041124. OLE color: 7041124.

HSL color Cylindrical-coordinate representation of color #64706B: hue angle of 155º 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 #64706B is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB100112107-
CMYK0.1100.040.56
HSL155º5.66%41.57%-
HSV(B)155º10.71%43.92%-
XYZ13.715.3616.15-
YUV107.84127.52122.41-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.35%
GREEN value IS 112 (44.14% from 255) = 35.11%
BLUE value IS 107 (42.19% from 255) = 33.54%
R=31.35%
G=35.11%
B=33.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1001121070.1100.040.561555.6641.57
Hex64706BB04389b62a
Octal144160153130470233652
Binary1100100111000011010111011010011100010011011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64706B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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