#64604B

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

Shades of Hemlock #64604B

Tints of Hemlock #64604B

Color information

#64604B (or 0x64604B) is unknown color: approx Hemlock. HEX triplet: 64, 60 and 4B. RGB value is (100,96,75). Sum of RGB (Red+Green+Blue) = 100+96+75=271 (35% of max value = 765). Red value is 100 (39.45% from 255 or 36.90% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 100 - color contains mainly: red. Hex color #64604B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64604B is #9B9FB4. Grayscale: #5E5E5E. Windows color (decimal): -10198965 or 4939876. OLE color: 4939876.

HSL color Cylindrical-coordinate representation of color #64604B: hue angle of 50.4º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #64604B is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB1009675-
CMYK00.040.250.61
HSL50.4º14.29%34.31%-
HSV(B)50.4º25%39.22%-
XYZ10.7111.588.33-
YUV94.8116.83131.71-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.90%
GREEN value IS 96 (37.89% from 255) = 35.42%
BLUE value IS 75 (29.69% from 255) = 27.68%
R=36.90%
G=35.42%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100967500.040.250.6150.414.2934.31
Hex64604B04193D32e22
Octal144140113043175621642
Binary1100100110000010010110100110011111011100101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64604B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,96,75); }

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

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

 a { background-color: rgb(100,96,75); }

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

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

 span { border-color: rgb(100,96,75); }

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