Html Css Color HEX #63331F Hairy Heath

📋 copy color: '#63331F'

red 99 ◦ green 51 ◦ blue 31

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

Shades of Hairy Heath #63331F

Tints of Hairy Heath #63331F

RGB

 RED value IS 99 (39.06% from 255) = 54.7%

 GREEN value IS 51 (20.31% from 255) = 28.18%

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

R = 54.7%
G = 28.18%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.61

RGB Variations

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

Color information

#63331F (or 0x63331F) is known color: Hairy Heath. HEX triplet: 63, 33 and 1F. RGB value is (99,51,31). Sum of RGB (Red+Green+Blue) = 99+51+31=181 (23% of max value = 765). Red value is 99 (39.06% from 255 or 54.70% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 31 (12.5% from 255 or 17.13% from 181); Max value from RGB is 99 - color contains mainly: red. Hex color #63331F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63331F is #9CCCE0. Grayscale: #3F3F3F. Windows color (decimal): -10276065 or 2044771. OLE color: 2044771.

HSL color Cylindrical-coordinate representation of color #63331F: hue angle of 17.65º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #63331F is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 51 31 -
CMYK 0 0.48 0.69 0.61
HSL 17.65º 0.52% 0.25% -
HSV(B) 17.65º 0.69% 0.39% -
XYZ 6.58 5.12 1.94 -
YUV 63.07 109.9 153.63 -
System Red Green Blue C M Y K H S L
Decimal 99 51 31 0 0.48 0.69 0.61 17.65 0.52 0.25
Hex 63 33 1F 0 30 45 3D 12 34 19
Octal 143 63 37 0 60 105 75 22 64 31
Binary 1100011 110011 11111 0 110000 1000101 111101 10010 110100 11001

Color Harmonies of #63331F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63331F

Black with #63331F

Text Example


Text Example

White with #63331F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,51,31); }

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

background-color css

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

 a { background-color: rgb(99,51,31); }

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

border-color css

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

 span { border-color: rgb(99,51,31); }

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