#65664B

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

Shades of Hemlock #65664B

Tints of Hemlock #65664B

Color information

#65664B (or 0x65664B) is unknown color: approx Hemlock. HEX triplet: 65, 66 and 4B. RGB value is (101,102,75). Sum of RGB (Red+Green+Blue) = 101+102+75=278 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.33% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 102 - color contains mainly: green. Hex color #65664B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65664B is #9A99B4. Grayscale: #626262. Windows color (decimal): -10131893 or 4941413. OLE color: 4941413.

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

Color convert

RGB10110275-
CMYK0.0100.260.6
HSL62.22º15.25%34.71%-
HSV(B)62.22º26.47%40%-
XYZ11.3912.788.52-
YUV98.62114.67129.7-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.33%
GREEN value IS 102 (40.23% from 255) = 36.69%
BLUE value IS 75 (29.69% from 255) = 26.98%
R=36.33%
G=36.69%
B=26.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal101102750.0100.260.662.2215.2534.71
Hex65664B101A3C3ef23
Octal145146113103274761743
Binary11001011100110100101110110101111001111101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65664B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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