#63392E

Color #63392E Hairy Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hairy Heath #63392E

Tints of Hairy Heath #63392E

Color information

#63392E (or 0x63392E) is unknown color: approx 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

RGB995746-
CMYK00.420.540.61
HSL12.45º36.55%28.43%-
HSV(B)12.45º53.54%38.82%-
XYZ7.15.783.33-
YUV68.3115.41149.89-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99574600.420.540.6112.4536.5528.43
Hex63392E02A363Dc251c
Octal14371560526675144534
Binary11000111110011011100101010110110111101110010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63392E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>