Html Css Color HEX #63392A Hairy Heath

📋 copy color: '#63392A'

red 99 ◦ green 57 ◦ blue 42

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

Shades of Hairy Heath #63392A

Tints of Hairy Heath #63392A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 28.79%

 BLUE value IS 42 (16.8% from 255) = 21.21%

R = 50%
G = 28.79%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.61

RGB Variations

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

Color information

#63392A (or 0x63392A) is known color: Hairy Heath. HEX triplet: 63, 39 and 2A. RGB value is (99,57,42). Sum of RGB (Red+Green+Blue) = 99+57+42=198 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50% from 198); Green value is 57 (22.66% from 255 or 28.79% from 198); Blue value is 42 (16.80% from 255 or 21.21% from 198); Max value from RGB is 99 - color contains mainly: red. Hex color #63392A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63392A is #9CC6D5. Grayscale: #434343. Windows color (decimal): -10274518 or 2767203. OLE color: 2767203.

HSL color Cylindrical-coordinate representation of color #63392A: hue angle of 15.79º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63392A is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 57 42 -
CMYK 0 0.42 0.58 0.61
HSL 15.79º 0.4% 0.28% -
HSV(B) 15.79º 0.58% 0.39% -
XYZ 7.03 5.75 2.93 -
YUV 67.85 113.41 150.22 -
System Red Green Blue C M Y K H S L
Decimal 99 57 42 0 0.42 0.58 0.61 15.79 0.4 0.28
Hex 63 39 2A 0 2A 3A 3D 10 28 1C
Octal 143 71 52 0 52 72 75 20 50 34
Binary 1100011 111001 101010 0 101010 111010 111101 10000 101000 11100

Color Harmonies of #63392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63392A

Black with #63392A

Text Example


Text Example

White with #63392A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63392A; }

 p { color: rgb(99,57,42); }

 H1.HeaderClassName
 {
   color: #63392A;
 }
 .AnyTagClassName
 {
   color: #63392A;
 }
</style>

background-color css

<style>
 a { background-color: #63392A; }

 a { background-color: rgb(99,57,42); }

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

border-color css

<style>
 span { border-color: #63392A; }

 span { border-color: rgb(99,57,42); }

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