#62301F

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

Shades of Hairy Heath #62301F

Tints of Hairy Heath #62301F

Color information

#62301F (or 0x62301F) is unknown color: approx Hairy Heath. HEX triplet: 62, 30 and 1F. RGB value is (98,48,31). Sum of RGB (Red+Green+Blue) = 98+48+31=177 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.37% from 177); Green value is 48 (19.14% from 255 or 27.12% from 177); Blue value is 31 (12.5% from 255 or 17.51% from 177); Max value from RGB is 98 - color contains mainly: red. Hex color #62301F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62301F is #9DCFE0. Grayscale: #3D3D3D. Windows color (decimal): -10342369 or 2044002. OLE color: 2044002.

HSL color Cylindrical-coordinate representation of color #62301F: hue angle of 15.22º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #62301F is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB984831-
CMYK00.510.680.62
HSL15.22º51.94%25.29%-
HSV(B)15.22º68.37%38.43%-
XYZ6.344.811.89-
YUV61.01111.06154.38-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 55.37%
GREEN value IS 48 (19.14% from 255) = 27.12%
BLUE value IS 31 (12.5% from 255) = 17.51%
R=55.37%
G=27.12%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98483100.510.680.6215.2251.9425.29
Hex62301F033443Ef3419
Octal142603706310476176431
Binary11000101100001111101100111000100111110111111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62301F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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