#656452

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

Shades of Hemlock #656452

Tints of Hemlock #656452

Color information

#656452 (or 0x656452) is unknown color: approx Hemlock. HEX triplet: 65, 64 and 52. RGB value is (101,100,82). Sum of RGB (Red+Green+Blue) = 101+100+82=283 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.69% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 82 (32.42% from 255 or 28.98% from 283); Max value from RGB is 101 - color contains mainly: red. Hex color #656452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656452 is #9A9BAD. Grayscale: #626262. Windows color (decimal): -10132398 or 5399653. OLE color: 5399653.

HSL color Cylindrical-coordinate representation of color #656452: hue angle of 56.84º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #656452 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.60.

Color convert

RGB10110082-
CMYK00.010.190.60
HSL56.84º10.38%35.88%-
HSV(B)56.84º18.81%39.61%-
XYZ11.4512.499.79-
YUV98.25118.83129.96-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.69%
GREEN value IS 100 (39.45% from 255) = 35.34%
BLUE value IS 82 (32.42% from 255) = 28.98%
R=35.69%
G=35.34%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1011008200.010.190.6056.8410.3835.88
Hex65645201133C39a24
Octal145144122012374711244
Binary11001011100100101001001100111111001110011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656452; }

 p { color: rgb(101,100,82); }

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

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

 a { background-color: rgb(101,100,82); }

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

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

 span { border-color: rgb(101,100,82); }

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