#63534C

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

Shades of Saddle #63534C

Tints of Saddle #63534C

Color information

#63534C (or 0x63534C) is unknown color: approx Saddle. HEX triplet: 63, 53 and 4C. RGB value is (99,83,76). Sum of RGB (Red+Green+Blue) = 99+83+76=258 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.37% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 76 (30.08% from 255 or 29.46% from 258); Max value from RGB is 99 - color contains mainly: red. Hex color #63534C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63534C is #9CACB3. Grayscale: #575757. Windows color (decimal): -10267828 or 5002083. OLE color: 5002083.

HSL color Cylindrical-coordinate representation of color #63534C: hue angle of 18.26º 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 #63534C is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB998376-
CMYK00.160.230.61
HSL18.26º13.14%34.31%-
HSV(B)18.26º23.23%38.82%-
XYZ9.549.368.14-
YUV86.99121.8136.57-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.37%
GREEN value IS 83 (32.81% from 255) = 32.17%
BLUE value IS 76 (30.08% from 255) = 29.46%
R=38.37%
G=32.17%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99837600.160.230.6118.2613.1434.31
Hex63534C010173D12d22
Octal1431231140202775221542
Binary11000111010011100110001000010111111101100101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63534C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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