#646453

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

Shades of Hemlock #646453

Tints of Hemlock #646453

Color information

#646453 (or 0x646453) is unknown color: approx Hemlock. HEX triplet: 64, 64 and 53. RGB value is (100,100,83). Sum of RGB (Red+Green+Blue) = 100+100+83=283 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.34% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 83 (32.81% from 255 or 29.33% from 283); Max value from RGB is 100 - color contains mainly: red, green. Hex color #646453 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646453 is #9B9BAC. Grayscale: #626262. Windows color (decimal): -10197933 or 5465188. OLE color: 5465188.

HSL color Cylindrical-coordinate representation of color #646453: hue angle of 60º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #646453 is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB10010083-
CMYK000.170.61
HSL60º9.29%35.88%-
HSV(B)60º17%39.22%-
XYZ11.3712.459.99-
YUV98.06119.5129.38-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.34%
GREEN value IS 100 (39.45% from 255) = 35.34%
BLUE value IS 83 (32.81% from 255) = 29.33%
R=35.34%
G=35.34%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10010083000.170.61609.2935.88
Hex64645300113D3c924
Octal144144123002175741144
Binary11001001100100101001100100011111011111001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646453; }

 p { color: rgb(100,100,83); }

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

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

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

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

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

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

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