#62604E

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

Shades of Hemlock #62604E

Tints of Hemlock #62604E

Color information

#62604E (or 0x62604E) is unknown color: approx Hemlock. HEX triplet: 62, 60 and 4E. RGB value is (98,96,78). Sum of RGB (Red+Green+Blue) = 98+96+78=272 (36% of max value = 765). Red value is 98 (38.67% from 255 or 36.03% from 272); Green value is 96 (37.89% from 255 or 35.29% from 272); Blue value is 78 (30.86% from 255 or 28.68% from 272); Max value from RGB is 98 - color contains mainly: red. Hex color #62604E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62604E is #9D9FB1. Grayscale: #5E5E5E. Windows color (decimal): -10330034 or 5136482. OLE color: 5136482.

HSL color Cylindrical-coordinate representation of color #62604E: hue angle of 54º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #62604E is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB989678-
CMYK00.020.200.62
HSL54º11.36%34.51%-
HSV(B)54º20.41%38.43%-
XYZ10.611.518.87-
YUV94.55118.66130.46-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.03%
GREEN value IS 96 (37.89% from 255) = 35.29%
BLUE value IS 78 (30.86% from 255) = 28.68%
R=36.03%
G=35.29%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98967800.020.200.625411.3634.51
Hex62604E02143E36b23
Octal142140116022476661343
Binary110001011000001001110010101001111101101101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62604E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62604E; }

 p { color: rgb(98,96,78); }

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

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

 a { background-color: rgb(98,96,78); }

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

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

 span { border-color: rgb(98,96,78); }

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