#64614B

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

Shades of Hemlock #64614B

Tints of Hemlock #64614B

Color information

#64614B (or 0x64614B) is unknown color: approx Hemlock. HEX triplet: 64, 61 and 4B. RGB value is (100,97,75). Sum of RGB (Red+Green+Blue) = 100+97+75=272 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.76% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 75 (29.69% from 255 or 27.57% from 272); Max value from RGB is 100 - color contains mainly: red. Hex color #64614B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64614B is #9B9EB4. Grayscale: #5F5F5F. Windows color (decimal): -10198709 or 4940132. OLE color: 4940132.

HSL color Cylindrical-coordinate representation of color #64614B: hue angle of 52.8º 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 #64614B is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB1009775-
CMYK00.030.250.61
HSL52.8º14.29%34.31%-
HSV(B)52.8º25%39.22%-
XYZ10.811.778.36-
YUV95.39116.49131.29-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.76%
GREEN value IS 97 (38.28% from 255) = 35.66%
BLUE value IS 75 (29.69% from 255) = 27.57%
R=36.76%
G=35.66%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100977500.030.250.6152.814.2934.31
Hex64614B03193D35e22
Octal144141113033175651642
Binary110010011000011001011011110011111011101011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64614B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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