#65614B

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

Shades of Hemlock #65614B

Tints of Hemlock #65614B

Color information

#65614B (or 0x65614B) is unknown color: approx Hemlock. HEX triplet: 65, 61 and 4B. RGB value is (101,97,75). Sum of RGB (Red+Green+Blue) = 101+97+75=273 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.00% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 101 - color contains mainly: red. Hex color #65614B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65614B is #9A9EB4. Grayscale: #5F5F5F. Windows color (decimal): -10133173 or 4940133. OLE color: 4940133.

HSL color Cylindrical-coordinate representation of color #65614B: hue angle of 50.77º 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 #65614B is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB1019775-
CMYK00.040.260.60
HSL50.77º14.77%34.51%-
HSV(B)50.77º25.74%39.61%-
XYZ10.9111.828.36-
YUV95.69116.33131.79-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.00%
GREEN value IS 97 (38.28% from 255) = 35.53%
BLUE value IS 75 (29.69% from 255) = 27.47%
R=37.00%
G=35.53%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101977500.040.260.6050.7714.7734.51
Hex65614B041A3C33f23
Octal145141113043274631743
Binary1100101110000110010110100110101111001100111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65614B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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