#60494C

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

Shades of Don Juan #60494C

Tints of Don Juan #60494C

Color information

#60494C (or 0x60494C) is unknown color: approx Don Juan. HEX triplet: 60, 49 and 4C. RGB value is (96,73,76). Sum of RGB (Red+Green+Blue) = 96+73+76=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 73 (28.91% from 255 or 29.80% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 96 - color contains mainly: red. Hex color #60494C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60494C is #9FB6B3. Grayscale: #505050. Windows color (decimal): -10466996 or 4999520. OLE color: 4999520.

HSL color Cylindrical-coordinate representation of color #60494C: hue angle of 352.17º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #60494C is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB967376-
CMYK00.240.210.62
HSL352.17º13.61%33.14%-
HSV(B)352.17º23.96%37.65%-
XYZ8.517.777.89-
YUV80.22125.62139.26-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.18%
GREEN value IS 73 (28.91% from 255) = 29.80%
BLUE value IS 76 (30.08% from 255) = 31.02%
R=39.18%
G=29.80%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96737600.240.210.62352.1713.6133.14
Hex60494C018153E160e21
Octal14011111403025765401641
Binary110000010010011001100011000101011111101011000001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60494C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,73,76); }

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

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

 a { background-color: rgb(96,73,76); }

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

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

 span { border-color: rgb(96,73,76); }

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