#63544C

Color #63544C Saddle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle #63544C

Tints of Saddle #63544C

Color information

#63544C (or 0x63544C) is unknown color: approx Saddle. HEX triplet: 63, 54 and 4C. RGB value is (99,84,76). Sum of RGB (Red+Green+Blue) = 99+84+76=259 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.22% from 259); Green value is 84 (33.20% from 255 or 32.43% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 99 - color contains mainly: red. Hex color #63544C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63544C is #9CABB3. Grayscale: #575757. Windows color (decimal): -10267572 or 5002339. OLE color: 5002339.

HSL color Cylindrical-coordinate representation of color #63544C: hue angle of 20.87º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #63544C is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB998476-
CMYK00.150.230.61
HSL20.87º13.14%34.31%-
HSV(B)20.87º23.23%38.82%-
XYZ9.629.528.17-
YUV87.57121.47136.15-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.22%
GREEN value IS 84 (33.20% from 255) = 32.43%
BLUE value IS 76 (30.08% from 255) = 29.34%
R=38.22%
G=32.43%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99847600.150.230.6120.8713.1434.31
Hex63544C0F173D15d22
Octal1431241140172775251542
Binary1100011101010010011000111110111111101101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63544C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63544C; }

 p { color: rgb(99,84,76); }

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

<style>
 a { background-color: #63544C; }

 a { background-color: rgb(99,84,76); }

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

<style>
 span { border-color: #63544C; }

 span { border-color: rgb(99,84,76); }

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