Html Css Color HEX #63301D Hairy Heath

📋 copy color: '#63301D'

red 99 ◦ green 48 ◦ blue 29

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

Shades of Hairy Heath #63301D

Tints of Hairy Heath #63301D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.27%

 BLUE value IS 29 (11.72% from 255) = 16.48%

R = 56.25%
G = 27.27%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.71

 K value IS 0.61

RGB Variations

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

Color information

#63301D (or 0x63301D) is known color: Hairy Heath. HEX triplet: 63, 30 and 1D. RGB value is (99,48,29). Sum of RGB (Red+Green+Blue) = 99+48+29=176 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.25% from 176); Green value is 48 (19.14% from 255 or 27.27% from 176); Blue value is 29 (11.72% from 255 or 16.48% from 176); Max value from RGB is 99 - color contains mainly: red. Hex color #63301D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63301D is #9CCFE2. Grayscale: #3D3D3D. Windows color (decimal): -10276835 or 1912931. OLE color: 1912931.

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

Color convert

RGB 99 48 29 -
CMYK 0 0.52 0.71 0.61
HSL 16.29º 0.55% 0.25% -
HSV(B) 16.29º 0.71% 0.39% -
XYZ 6.42 4.86 1.76 -
YUV 61.08 109.9 155.04 -
System Red Green Blue C M Y K H S L
Decimal 99 48 29 0 0.52 0.71 0.61 16.29 0.55 0.25
Hex 63 30 1D 0 34 47 3D 10 37 19
Octal 143 60 35 0 64 107 75 20 67 31
Binary 1100011 110000 11101 0 110100 1000111 111101 10000 110111 11001

Color Harmonies of #63301D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63301D

Black with #63301D

Text Example


Text Example

White with #63301D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63301D; }

 p { color: rgb(99,48,29); }

 H1.HeaderClassName
 {
   color: #63301D;
 }
 .AnyTagClassName
 {
   color: #63301D;
 }
</style>

background-color css

<style>
 a { background-color: #63301D; }

 a { background-color: rgb(99,48,29); }

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

border-color css

<style>
 span { border-color: #63301D; }

 span { border-color: rgb(99,48,29); }

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