Html Css Color HEX #63392E Hairy Heath

📋 copy color: '#63392E'

red 99 ◦ green 57 ◦ blue 46

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

Shades of Hairy Heath #63392E

Tints of Hairy Heath #63392E

RGB

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

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

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

R = 49.01%
G = 28.22%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.61

RGB Variations

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

Color information

#63392E (or 0x63392E) is known color: Hairy Heath. HEX triplet: 63, 39 and 2E. RGB value is (99,57,46). Sum of RGB (Red+Green+Blue) = 99+57+46=202 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.01% from 202); Green value is 57 (22.66% from 255 or 28.22% from 202); Blue value is 46 (18.36% from 255 or 22.77% from 202); Max value from RGB is 99 - color contains mainly: red. Hex color #63392E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63392E is #9CC6D1. Grayscale: #444444. Windows color (decimal): -10274514 or 3029347. OLE color: 3029347.

HSL color Cylindrical-coordinate representation of color #63392E: hue angle of 12.45º 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 #63392E is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 57 46 -
CMYK 0 0.42 0.54 0.61
HSL 12.45º 0.37% 0.28% -
HSV(B) 12.45º 0.54% 0.39% -
XYZ 7.1 5.78 3.33 -
YUV 68.3 115.41 149.89 -
System Red Green Blue C M Y K H S L
Decimal 99 57 46 0 0.42 0.54 0.61 12.45 0.37 0.28
Hex 63 39 2E 0 2A 36 3D C 25 1C
Octal 143 71 56 0 52 66 75 14 45 34
Binary 1100011 111001 101110 0 101010 110110 111101 1100 100101 11100

Color Harmonies of #63392E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63392E

Black with #63392E

Text Example


Text Example

White with #63392E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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