#65664A

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

Shades of Hemlock #65664A

Tints of Hemlock #65664A

Color information

#65664A (or 0x65664A) is unknown color: approx Hemlock. HEX triplet: 65, 66 and 4A. RGB value is (101,102,74). Sum of RGB (Red+Green+Blue) = 101+102+74=277 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.46% from 277); Green value is 102 (40.23% from 255 or 36.82% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 102 - color contains mainly: green. Hex color #65664A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65664A is #9A99B5. Grayscale: #626262. Windows color (decimal): -10131894 or 4875877. OLE color: 4875877.

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

Color convert

RGB10110274-
CMYK0.0100.270.6
HSL62.14º15.91%34.51%-
HSV(B)62.14º27.45%40%-
XYZ11.3512.768.34-
YUV98.51114.17129.78-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.46%
GREEN value IS 102 (40.23% from 255) = 36.82%
BLUE value IS 74 (29.30% from 255) = 26.71%
R=36.46%
G=36.82%
B=26.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal101102740.0100.270.662.1415.9134.51
Hex65664A101B3C3e1023
Octal145146112103374762043
Binary110010111001101001010101101111110011111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65664A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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