Html Css Color HEX #63331E Hairy Heath

📋 copy color: '#63331E'

red 99 ◦ green 51 ◦ blue 30

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

Shades of Hairy Heath #63331E

Tints of Hairy Heath #63331E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 16.67%

R = 55%
G = 28.33%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.70

 K value IS 0.61

RGB Variations

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

Color information

#63331E (or 0x63331E) is known color: Hairy Heath. HEX triplet: 63, 33 and 1E. RGB value is (99,51,30). Sum of RGB (Red+Green+Blue) = 99+51+30=180 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 30 (12.11% from 255 or 16.67% from 180); Max value from RGB is 99 - color contains mainly: red. Hex color #63331E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63331E is #9CCCE1. Grayscale: #3F3F3F. Windows color (decimal): -10276066 or 1979235. OLE color: 1979235.

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

Color convert

RGB 99 51 30 -
CMYK 0 0.48 0.70 0.61
HSL 18.26º 0.53% 0.25% -
HSV(B) 18.26º 0.7% 0.39% -
XYZ 6.56 5.11 1.87 -
YUV 62.96 109.4 153.71 -
System Red Green Blue C M Y K H S L
Decimal 99 51 30 0 0.48 0.70 0.61 18.26 0.53 0.25
Hex 63 33 1E 0 30 46 3D 12 35 19
Octal 143 63 36 0 60 106 75 22 65 31
Binary 1100011 110011 11110 0 110000 1000110 111101 10010 110101 11001

Color Harmonies of #63331E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63331E

Black with #63331E

Text Example


Text Example

White with #63331E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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