#60504A

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

Shades of Saddle #60504A

Tints of Saddle #60504A

Color information

#60504A (or 0x60504A) is unknown color: approx Saddle. HEX triplet: 60, 50 and 4A. RGB value is (96,80,74). Sum of RGB (Red+Green+Blue) = 96+80+74=250 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.4% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 74 (29.30% from 255 or 29.6% from 250); Max value from RGB is 96 - color contains mainly: red. Hex color #60504A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60504A is #9FAFB5. Grayscale: #545454. Windows color (decimal): -10465206 or 4870240. OLE color: 4870240.

HSL color Cylindrical-coordinate representation of color #60504A: hue angle of 16.36º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #60504A is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB968074-
CMYK00.170.230.62
HSL16.36º12.94%33.33%-
HSV(B)16.36º22.92%37.65%-
XYZ8.938.727.69-
YUV84.1122.3136.49-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.4%
GREEN value IS 80 (31.64% from 255) = 32%
BLUE value IS 74 (29.30% from 255) = 29.6%
R=38.4%
G=32%
B=29.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96807400.170.230.6216.3612.9433.33
Hex60504A011173E10d21
Octal1401201120212776201541
Binary11000001010000100101001000110111111110100001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60504A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60504A; }

 p { color: rgb(96,80,74); }

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

<style>
 a { background-color: #60504A; }

 a { background-color: rgb(96,80,74); }

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

<style>
 span { border-color: #60504A; }

 span { border-color: rgb(96,80,74); }

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