#62604F

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

Shades of Hemlock #62604F

Tints of Hemlock #62604F

Color information

#62604F (or 0x62604F) is unknown color: approx Hemlock. HEX triplet: 62, 60 and 4F. RGB value is (98,96,79). Sum of RGB (Red+Green+Blue) = 98+96+79=273 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.90% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 98 - color contains mainly: red. Hex color #62604F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62604F is #9D9FB0. Grayscale: #5E5E5E. Windows color (decimal): -10330033 or 5202018. OLE color: 5202018.

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

Color convert

RGB989679-
CMYK00.020.190.62
HSL53.68º10.73%34.71%-
HSV(B)53.68º19.39%38.43%-
XYZ10.6311.539.06-
YUV94.66119.16130.38-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.90%
GREEN value IS 96 (37.89% from 255) = 35.16%
BLUE value IS 79 (31.25% from 255) = 28.94%
R=35.90%
G=35.16%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98967900.020.190.6253.6810.7334.71
Hex62604F02133E36b23
Octal142140117022376661343
Binary110001011000001001111010100111111101101101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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