Html Css Color HEX #62311F Hairy Heath

📋 copy color: '#62311F'

red 98 ◦ green 49 ◦ blue 31

#62311F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hairy Heath #62311F

Tints of Hairy Heath #62311F

RGB

 RED value IS 98 (38.67% from 255) = 55.06%

 GREEN value IS 49 (19.53% from 255) = 27.53%

 BLUE value IS 31 (12.5% from 255) = 17.42%

R = 55.06%
G = 27.53%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#62311F (or 0x62311F) is known color: Hairy Heath. HEX triplet: 62, 31 and 1F. RGB value is (98,49,31). Sum of RGB (Red+Green+Blue) = 98+49+31=178 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.06% from 178); Green value is 49 (19.53% from 255 or 27.53% from 178); Blue value is 31 (12.5% from 255 or 17.42% from 178); Max value from RGB is 98 - color contains mainly: red. Hex color #62311F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62311F is #9DCEE0. Grayscale: #3D3D3D. Windows color (decimal): -10342113 or 2044258. OLE color: 2044258.

HSL color Cylindrical-coordinate representation of color #62311F: hue angle of 16.12º 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 #62311F is Cyan = 0, Magento = 0.5, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 49 31 -
CMYK 0 0.5 0.68 0.62
HSL 16.12º 0.52% 0.25% -
HSV(B) 16.12º 0.68% 0.38% -
XYZ 6.38 4.89 1.9 -
YUV 61.6 110.73 153.96 -
System Red Green Blue C M Y K H S L
Decimal 98 49 31 0 0.5 0.68 0.62 16.12 0.52 0.25
Hex 62 31 1F 0 32 44 3E 10 34 19
Octal 142 61 37 0 62 104 76 20 64 31
Binary 1100010 110001 11111 0 110010 1000100 111110 10000 110100 11001

Color Harmonies of #62311F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62311F

Black with #62311F

Text Example


Text Example

White with #62311F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #62311F;
 }
 .AnyTagClassName
 {
   color: #62311F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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