#60585A

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

Shades of Don Juan #60585A

Tints of Don Juan #60585A

Color information

#60585A (or 0x60585A) is unknown color: approx Don Juan. HEX triplet: 60, 58 and 5A. RGB value is (96,88,90). Sum of RGB (Red+Green+Blue) = 96+88+90=274 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.04% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 96 - color contains mainly: red. Hex color #60585A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60585A is #9FA7A5. Grayscale: #5A5A5A. Windows color (decimal): -10463142 or 5920864. OLE color: 5920864.

HSL color Cylindrical-coordinate representation of color #60585A: hue angle of 345º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #60585A is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB968890-
CMYK00.080.060.62
HSL345º4.35%36.08%-
HSV(B)345º8.33%37.65%-
XYZ10.1610.211.11-
YUV90.62127.65131.84-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.04%
GREEN value IS 88 (34.77% from 255) = 32.12%
BLUE value IS 90 (35.55% from 255) = 32.85%
R=35.04%
G=32.12%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96889000.080.060.623454.3536.08
Hex60585A0863E159424
Octal140130132010676531444
Binary11000001011000101101001000110111110101011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60585A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,88,90); }

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

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

 a { background-color: rgb(96,88,90); }

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

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

 span { border-color: rgb(96,88,90); }

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