#62604A

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

Shades of Hemlock #62604A

Tints of Hemlock #62604A

Color information

#62604A (or 0x62604A) is unknown color: approx Hemlock. HEX triplet: 62, 60 and 4A. RGB value is (98,96,74). Sum of RGB (Red+Green+Blue) = 98+96+74=268 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.57% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 98 - color contains mainly: red. Hex color #62604A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62604A is #9D9FB5. Grayscale: #5E5E5E. Windows color (decimal): -10330038 or 4874338. OLE color: 4874338.

HSL color Cylindrical-coordinate representation of color #62604A: hue angle of 55º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #62604A is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB989674-
CMYK00.020.240.62
HSL55º13.95%33.73%-
HSV(B)55º24.49%38.43%-
XYZ10.4611.468.14-
YUV94.09116.66130.79-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.57%
GREEN value IS 96 (37.89% from 255) = 35.82%
BLUE value IS 74 (29.30% from 255) = 27.61%
R=36.57%
G=35.82%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98967400.020.240.625513.9533.73
Hex62604A02183E37e22
Octal142140112023076671642
Binary110001011000001001010010110001111101101111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62604A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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