#62614F

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

Shades of Hemlock #62614F

Tints of Hemlock #62614F

Color information

#62614F (or 0x62614F) is unknown color: approx Hemlock. HEX triplet: 62, 61 and 4F. RGB value is (98,97,79). Sum of RGB (Red+Green+Blue) = 98+97+79=274 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.77% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 79 (31.25% from 255 or 28.83% from 274); Max value from RGB is 98 - color contains mainly: red. Hex color #62614F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62614F is #9D9EB0. Grayscale: #5F5F5F. Windows color (decimal): -10329777 or 5202274. OLE color: 5202274.

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

Color convert

RGB989779-
CMYK00.010.190.62
HSL56.84º10.73%34.71%-
HSV(B)56.84º19.39%38.43%-
XYZ10.7211.719.09-
YUV95.25118.83129.96-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.77%
GREEN value IS 97 (38.28% from 255) = 35.40%
BLUE value IS 79 (31.25% from 255) = 28.83%
R=35.77%
G=35.40%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98977900.010.190.6256.8410.7334.71
Hex62614F01133E39b23
Octal142141117012376711343
Binary11000101100001100111101100111111101110011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62614F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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