#62322A

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

Shades of Hairy Heath #62322A

Tints of Hairy Heath #62322A

Color information

#62322A (or 0x62322A) is unknown color: approx Hairy Heath. HEX triplet: 62, 32 and 2A. RGB value is (98,50,42). Sum of RGB (Red+Green+Blue) = 98+50+42=190 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.58% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 42 (16.80% from 255 or 22.11% from 190); Max value from RGB is 98 - color contains mainly: red. Hex color #62322A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62322A is #9DCDD5. Grayscale: #3F3F3F. Windows color (decimal): -10341846 or 2765410. OLE color: 2765410.

HSL color Cylindrical-coordinate representation of color #62322A: hue angle of 8.57º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #62322A is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB985042-
CMYK00.490.570.62
HSL8.57º40%27.45%-
HSV(B)8.57º57.14%38.43%-
XYZ6.65.052.82-
YUV63.44115.9152.65-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 51.58%
GREEN value IS 50 (19.92% from 255) = 26.32%
BLUE value IS 42 (16.80% from 255) = 22.11%
R=51.58%
G=26.32%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98504200.490.570.628.574027.45
Hex62322A031393E9281b
Octal14262520617176115033
Binary11000101100101010100110001111001111110100110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,50,42); }

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

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

 a { background-color: rgb(98,50,42); }

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

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

 span { border-color: rgb(98,50,42); }

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