#62311E

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

Shades of Hairy Heath #62311E

Tints of Hairy Heath #62311E

Color information

#62311E (or 0x62311E) is unknown color: approx Hairy Heath. HEX triplet: 62, 31 and 1E. RGB value is (98,49,30). Sum of RGB (Red+Green+Blue) = 98+49+30=177 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.37% from 177); Green value is 49 (19.53% from 255 or 27.68% from 177); Blue value is 30 (12.11% from 255 or 16.95% from 177); Max value from RGB is 98 - color contains mainly: red. Hex color #62311E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62311E is #9DCEE1. Grayscale: #3D3D3D. Windows color (decimal): -10342114 or 1978722. OLE color: 1978722.

HSL color Cylindrical-coordinate representation of color #62311E: hue angle of 16.76º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #62311E is Cyan = 0, Magento = 0.5, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB984930-
CMYK00.50.690.62
HSL16.76º53.12%25.1%-
HSV(B)16.76º69.39%38.43%-
XYZ6.374.891.84-
YUV61.48110.23154.04-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 55.37%
GREEN value IS 49 (19.53% from 255) = 27.68%
BLUE value IS 30 (12.11% from 255) = 16.95%
R=55.37%
G=27.68%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98493000.50.690.6216.7653.1225.1
Hex62311E032453E113519
Octal142613606210576216531
Binary110001011000111110011001010001011111101000111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62311E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62311E; }

 p { color: rgb(98,49,30); }

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

<style>
 a { background-color: #62311E; }

 a { background-color: rgb(98,49,30); }

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

<style>
 span { border-color: #62311E; }

 span { border-color: rgb(98,49,30); }

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