Html Css Color HEX #63372C Hairy Heath

📋 copy color: '#63372C'

red 99 ◦ green 55 ◦ blue 44

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

Shades of Hairy Heath #63372C

Tints of Hairy Heath #63372C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 22.22%

R = 50%
G = 27.78%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.61

RGB Variations

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

Color information

#63372C (or 0x63372C) is known color: Hairy Heath. HEX triplet: 63, 37 and 2C. RGB value is (99,55,44). Sum of RGB (Red+Green+Blue) = 99+55+44=198 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50% from 198); Green value is 55 (21.88% from 255 or 27.78% from 198); Blue value is 44 (17.58% from 255 or 22.22% from 198); Max value from RGB is 99 - color contains mainly: red. Hex color #63372C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63372C is #9CC8D3. Grayscale: #424242. Windows color (decimal): -10275028 or 2897763. OLE color: 2897763.

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

Color convert

RGB 99 55 44 -
CMYK 0 0.44 0.56 0.61
HSL 12º 0.38% 0.28% -
HSV(B) 12º 0.56% 0.39% -
XYZ 6.97 5.57 3.09 -
YUV 66.9 115.08 150.89 -
System Red Green Blue C M Y K H S L
Decimal 99 55 44 0 0.44 0.56 0.61 12 0.38 0.28
Hex 63 37 2C 0 2C 38 3D C 26 1C
Octal 143 67 54 0 54 70 75 14 46 34
Binary 1100011 110111 101100 0 101100 111000 111101 1100 100110 11100

Color Harmonies of #63372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63372C

Black with #63372C

Text Example


Text Example

White with #63372C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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