#63473D

Color #63473D Spice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spice #63473D

Tints of Spice #63473D

Color information

#63473D (or 0x63473D) is unknown color: approx Spice. HEX triplet: 63, 47 and 3D. RGB value is (99,71,61). Sum of RGB (Red+Green+Blue) = 99+71+61=231 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.86% from 231); Green value is 71 (28.12% from 255 or 30.74% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 99 - color contains mainly: red. Hex color #63473D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63473D is #9CB8C2. Grayscale: #4E4E4E. Windows color (decimal): -10270915 or 4015971. OLE color: 4015971.

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

Color convert

RGB997161-
CMYK00.280.380.61
HSL15.79º23.75%31.37%-
HSV(B)15.79º38.38%38.82%-
XYZ8.247.55.43-
YUV78.23118.28142.81-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.86%
GREEN value IS 71 (28.12% from 255) = 30.74%
BLUE value IS 61 (24.22% from 255) = 26.41%
R=42.86%
G=30.74%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99716100.280.380.6115.7923.7531.37
Hex63473D01C263D10181f
Octal143107750344675203037
Binary11000111000111111101011100100110111101100001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63473D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63473D; }

 p { color: rgb(99,71,61); }

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

<style>
 a { background-color: #63473D; }

 a { background-color: rgb(99,71,61); }

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

<style>
 span { border-color: #63473D; }

 span { border-color: rgb(99,71,61); }

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