#63544D

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

Shades of Saddle #63544D

Tints of Saddle #63544D

Color information

#63544D (or 0x63544D) is unknown color: approx Saddle. HEX triplet: 63, 54 and 4D. RGB value is (99,84,77). Sum of RGB (Red+Green+Blue) = 99+84+77=260 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.08% from 260); Green value is 84 (33.20% from 255 or 32.31% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 99 - color contains mainly: red. Hex color #63544D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63544D is #9CABB2. Grayscale: #575757. Windows color (decimal): -10267571 or 5067875. OLE color: 5067875.

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

Color convert

RGB998477-
CMYK00.150.220.61
HSL19.09º12.5%34.51%-
HSV(B)19.09º22.22%38.82%-
XYZ9.669.538.35-
YUV87.69121.97136.07-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.08%
GREEN value IS 84 (33.20% from 255) = 32.31%
BLUE value IS 77 (30.47% from 255) = 29.62%
R=38.08%
G=32.31%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99847700.150.220.6119.0912.534.51
Hex63544D0F163D13d23
Octal1431241150172675231543
Binary1100011101010010011010111110110111101100111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63544D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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