#62362B

Color #62362B Hairy Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hairy Heath #62362B

Tints of Hairy Heath #62362B

Color information

#62362B (or 0x62362B) is unknown color: approx Hairy Heath. HEX triplet: 62, 36 and 2B. RGB value is (98,54,43). Sum of RGB (Red+Green+Blue) = 98+54+43=195 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.26% from 195); Green value is 54 (21.48% from 255 or 27.69% from 195); Blue value is 43 (17.19% from 255 or 22.05% from 195); Max value from RGB is 98 - color contains mainly: red. Hex color #62362B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62362B is #9DC9D4. Grayscale: #414141. Windows color (decimal): -10340821 or 2831970. OLE color: 2831970.

HSL color Cylindrical-coordinate representation of color #62362B: hue angle of 12º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #62362B is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB985443-
CMYK00.450.560.62
HSL12º39.01%27.65%-
HSV(B)12º56.12%38.43%-
XYZ6.795.412.97-
YUV65.9115.08150.89-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50.26%
GREEN value IS 54 (21.48% from 255) = 27.69%
BLUE value IS 43 (17.19% from 255) = 22.05%
R=50.26%
G=27.69%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98544300.450.560.621239.0127.65
Hex62362B02D383Ec271c
Octal14266530557076144734
Binary11000101101101010110101101111000111110110010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62362B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62362B; }

 p { color: rgb(98,54,43); }

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

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

 a { background-color: rgb(98,54,43); }

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

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

 span { border-color: rgb(98,54,43); }

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