Html Css Color HEX #63372E Hairy Heath

📋 copy color: '#63372E'

red 99 ◦ green 55 ◦ blue 46

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

Shades of Hairy Heath #63372E

Tints of Hairy Heath #63372E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.5%

 BLUE value IS 46 (18.36% from 255) = 23%

R = 49.5%
G = 27.5%
B = 23%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.61

RGB Variations

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

Color information

#63372E (or 0x63372E) is known color: Hairy Heath. HEX triplet: 63, 37 and 2E. RGB value is (99,55,46). Sum of RGB (Red+Green+Blue) = 99+55+46=200 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.5% from 200); Green value is 55 (21.88% from 255 or 27.5% from 200); Blue value is 46 (18.36% from 255 or 23% from 200); Max value from RGB is 99 - color contains mainly: red. Hex color #63372E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63372E is #9CC8D1. Grayscale: #434343. Windows color (decimal): -10275026 or 3028835. OLE color: 3028835.

HSL color Cylindrical-coordinate representation of color #63372E: hue angle of 10.19º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #63372E is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 55 46 -
CMYK 0 0.44 0.54 0.61
HSL 10.19º 0.37% 0.28% -
HSV(B) 10.19º 0.54% 0.39% -
XYZ 7 5.58 3.29 -
YUV 67.13 116.08 150.73 -
System Red Green Blue C M Y K H S L
Decimal 99 55 46 0 0.44 0.54 0.61 10.19 0.37 0.28
Hex 63 37 2E 0 2C 36 3D A 25 1C
Octal 143 67 56 0 54 66 75 12 45 34
Binary 1100011 110111 101110 0 101100 110110 111101 1010 100101 11100

Color Harmonies of #63372E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63372E

Black with #63372E

Text Example


Text Example

White with #63372E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,55,46); }

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

background-color css

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

 a { background-color: rgb(99,55,46); }

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

border-color css

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

 span { border-color: rgb(99,55,46); }

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