#62301E

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

Shades of Hairy Heath #62301E

Tints of Hairy Heath #62301E

Color information

#62301E (or 0x62301E) is unknown color: approx Hairy Heath. HEX triplet: 62, 30 and 1E. RGB value is (98,48,30). Sum of RGB (Red+Green+Blue) = 98+48+30=176 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.68% from 176); Green value is 48 (19.14% from 255 or 27.27% from 176); Blue value is 30 (12.11% from 255 or 17.05% from 176); Max value from RGB is 98 - color contains mainly: red. Hex color #62301E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62301E is #9DCFE1. Grayscale: #3D3D3D. Windows color (decimal): -10342370 or 1978466. OLE color: 1978466.

HSL color Cylindrical-coordinate representation of color #62301E: hue angle of 15.88º 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 #62301E is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB984830-
CMYK00.510.690.62
HSL15.88º53.12%25.1%-
HSV(B)15.88º69.39%38.43%-
XYZ6.334.81.82-
YUV60.9110.56154.46-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 55.68%
GREEN value IS 48 (19.14% from 255) = 27.27%
BLUE value IS 30 (12.11% from 255) = 17.05%
R=55.68%
G=27.27%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98483000.510.690.6215.8853.1225.1
Hex62301E033453E103519
Octal142603606310576206531
Binary110001011000011110011001110001011111101000011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62301E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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