#65614C

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

Shades of Hemlock #65614C

Tints of Hemlock #65614C

Color information

#65614C (or 0x65614C) is unknown color: approx Hemlock. HEX triplet: 65, 61 and 4C. RGB value is (101,97,76). Sum of RGB (Red+Green+Blue) = 101+97+76=274 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.86% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 76 (30.08% from 255 or 27.74% from 274); Max value from RGB is 101 - color contains mainly: red. Hex color #65614C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65614C is #9A9EB3. Grayscale: #5F5F5F. Windows color (decimal): -10133172 or 5005669. OLE color: 5005669.

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

Color convert

RGB1019776-
CMYK00.040.250.60
HSL50.4º14.12%34.71%-
HSV(B)50.4º24.75%39.61%-
XYZ10.9511.848.55-
YUV95.8116.83131.71-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.86%
GREEN value IS 97 (38.28% from 255) = 35.40%
BLUE value IS 76 (30.08% from 255) = 27.74%
R=36.86%
G=35.40%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101977600.040.250.6050.414.1234.71
Hex65614C04193C32e23
Octal145141114043174621643
Binary1100101110000110011000100110011111001100101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65614C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65614C; }

 p { color: rgb(101,97,76); }

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

<style>
 a { background-color: #65614C; }

 a { background-color: rgb(101,97,76); }

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

<style>
 span { border-color: #65614C; }

 span { border-color: rgb(101,97,76); }

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