#656552

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

Shades of Hemlock #656552

Tints of Hemlock #656552

Color information

#656552 (or 0x656552) is unknown color: approx Hemlock. HEX triplet: 65, 65 and 52. RGB value is (101,101,82). Sum of RGB (Red+Green+Blue) = 101+101+82=284 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.56% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 101 - color contains mainly: red, green. Hex color #656552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656552 is #9A9AAD. Grayscale: #626262. Windows color (decimal): -10132142 or 5399909. OLE color: 5399909.

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

Color convert

RGB10110182-
CMYK000.190.60
HSL60º10.38%35.88%-
HSV(B)60º18.81%39.61%-
XYZ11.5412.689.82-
YUV98.83118.5129.54-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.56%
GREEN value IS 101 (39.84% from 255) = 35.56%
BLUE value IS 82 (32.42% from 255) = 28.87%
R=35.56%
G=35.56%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10110182000.190.606010.3835.88
Hex65655200133C3ca24
Octal145145122002374741244
Binary11001011100101101001000100111111001111001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656552; }

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

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

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

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

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

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

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

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