#63392B

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

Shades of Hairy Heath #63392B

Tints of Hairy Heath #63392B

Color information

#63392B (or 0x63392B) is unknown color: approx Hairy Heath. HEX triplet: 63, 39 and 2B. RGB value is (99,57,43). Sum of RGB (Red+Green+Blue) = 99+57+43=199 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.75% from 199); Green value is 57 (22.66% from 255 or 28.64% from 199); Blue value is 43 (17.19% from 255 or 21.61% from 199); Max value from RGB is 99 - color contains mainly: red. Hex color #63392B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63392B is #9CC6D4. Grayscale: #444444. Windows color (decimal): -10274517 or 2832739. OLE color: 2832739.

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

Color convert

RGB995743-
CMYK00.420.570.61
HSL15º39.44%27.84%-
HSV(B)15º56.57%38.82%-
XYZ7.045.753.02-
YUV67.96113.91150.14-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.75%
GREEN value IS 57 (22.66% from 255) = 28.64%
BLUE value IS 43 (17.19% from 255) = 21.61%
R=49.75%
G=28.64%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.57
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99574300.420.570.611539.4427.84
Hex63392B02A393Df271c
Octal14371530527175174734
Binary11000111110011010110101010111001111101111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63392B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #63392B;
 }
 .AnyTagClassName
 {
   color: #63392B;
 }
</style>
background-color css

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

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

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

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

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

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