#62332A

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

Shades of Hairy Heath #62332A

Tints of Hairy Heath #62332A

Color information

#62332A (or 0x62332A) is unknown color: approx Hairy Heath. HEX triplet: 62, 33 and 2A. RGB value is (98,51,42). Sum of RGB (Red+Green+Blue) = 98+51+42=191 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.31% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 42 (16.80% from 255 or 21.99% from 191); Max value from RGB is 98 - color contains mainly: red. Hex color #62332A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62332A is #9DCCD5. Grayscale: #404040. Windows color (decimal): -10341590 or 2765666. OLE color: 2765666.

HSL color Cylindrical-coordinate representation of color #62332A: hue angle of 9.64º 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 #62332A is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB985142-
CMYK00.480.570.62
HSL9.64º40%27.45%-
HSV(B)9.64º57.14%38.43%-
XYZ6.645.132.83-
YUV64.03115.57152.23-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 51.31%
GREEN value IS 51 (20.31% from 255) = 26.70%
BLUE value IS 42 (16.80% from 255) = 21.99%
R=51.31%
G=26.70%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98514200.480.570.629.644027.45
Hex62332A030393Ea281b
Octal14263520607176125033
Binary11000101100111010100110000111001111110101010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62332A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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