#65644A

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

Shades of Hemlock #65644A

Tints of Hemlock #65644A

Color information

#65644A (or 0x65644A) is unknown color: approx Hemlock. HEX triplet: 65, 64 and 4A. RGB value is (101,100,74). Sum of RGB (Red+Green+Blue) = 101+100+74=275 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.73% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 74 (29.30% from 255 or 26.91% from 275); Max value from RGB is 101 - color contains mainly: red. Hex color #65644A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65644A is #9A9BB5. Grayscale: #616161. Windows color (decimal): -10132406 or 4875365. OLE color: 4875365.

HSL color Cylindrical-coordinate representation of color #65644A: hue angle of 57.78º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #65644A is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB10110074-
CMYK00.010.270.60
HSL57.78º15.43%34.31%-
HSV(B)57.78º26.73%39.61%-
XYZ11.1612.388.28-
YUV97.34114.83130.61-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.73%
GREEN value IS 100 (39.45% from 255) = 36.36%
BLUE value IS 74 (29.30% from 255) = 26.91%
R=36.73%
G=36.36%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1011007400.010.270.6057.7815.4334.31
Hex65644A011B3C3af22
Octal145144112013374721742
Binary11001011100100100101001110111111001110101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65644A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,100,74); }

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

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

 a { background-color: rgb(101,100,74); }

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

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

 span { border-color: rgb(101,100,74); }

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