#60524D

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

Shades of Saddle #60524D

Tints of Saddle #60524D

Color information

#60524D (or 0x60524D) is unknown color: approx Saddle. HEX triplet: 60, 52 and 4D. RGB value is (96,82,77). Sum of RGB (Red+Green+Blue) = 96+82+77=255 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.65% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 96 - color contains mainly: red. Hex color #60524D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60524D is #9FADB2. Grayscale: #555555. Windows color (decimal): -10464691 or 5067360. OLE color: 5067360.

HSL color Cylindrical-coordinate representation of color #60524D: hue angle of 15.79º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #60524D is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB968277-
CMYK00.150.200.62
HSL15.79º10.98%33.92%-
HSV(B)15.79º19.79%37.65%-
XYZ9.189.068.29-
YUV85.62123.14135.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.65%
GREEN value IS 82 (32.42% from 255) = 32.16%
BLUE value IS 77 (30.47% from 255) = 30.20%
R=37.65%
G=32.16%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96827700.150.200.6215.7910.9833.92
Hex60524D0F143E10b22
Octal1401221150172476201342
Binary1100000101001010011010111110100111110100001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60524D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,82,77); }

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

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

 a { background-color: rgb(96,82,77); }

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

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

 span { border-color: rgb(96,82,77); }

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