#65664D

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

Shades of Hemlock #65664D

Tints of Hemlock #65664D

Color information

#65664D (or 0x65664D) is unknown color: approx Hemlock. HEX triplet: 65, 66 and 4D. RGB value is (101,102,77). Sum of RGB (Red+Green+Blue) = 101+102+77=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 77 (30.47% from 255 or 27.5% from 280); Max value from RGB is 102 - color contains mainly: green. Hex color #65664D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65664D is #9A99B2. Grayscale: #626262. Windows color (decimal): -10131891 or 5072485. OLE color: 5072485.

HSL color Cylindrical-coordinate representation of color #65664D: hue angle of 62.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 #65664D is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB10110277-
CMYK0.0100.250.6
HSL62.4º13.97%35.1%-
HSV(B)62.4º24.51%40%-
XYZ11.4612.818.89-
YUV98.85115.67129.53-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.07%
GREEN value IS 102 (40.23% from 255) = 36.43%
BLUE value IS 77 (30.47% from 255) = 27.5%
R=36.07%
G=36.43%
B=27.5%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal101102770.0100.250.662.413.9735.1
Hex65664D10193C3ee23
Octal145146115103174761643
Binary11001011100110100110110110011111001111101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65664D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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