#65644B

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

Shades of Hemlock #65644B

Tints of Hemlock #65644B

Color information

#65644B (or 0x65644B) is unknown color: approx Hemlock. HEX triplet: 65, 64 and 4B. RGB value is (101,100,75). Sum of RGB (Red+Green+Blue) = 101+100+75=276 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.59% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 101 - color contains mainly: red. Hex color #65644B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65644B is #9A9BB4. Grayscale: #616161. Windows color (decimal): -10132405 or 4940901. OLE color: 4940901.

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

Color convert

RGB10110075-
CMYK00.010.260.60
HSL57.69º14.77%34.51%-
HSV(B)57.69º25.74%39.61%-
XYZ11.1912.398.46-
YUV97.45115.33130.53-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.59%
GREEN value IS 100 (39.45% from 255) = 36.23%
BLUE value IS 75 (29.69% from 255) = 27.17%
R=36.59%
G=36.23%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1011007500.010.260.6057.6914.7734.51
Hex65644B011A3C3af23
Octal145144113013274721743
Binary11001011100100100101101110101111001110101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65644B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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