#604F50

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

Shades of Don Juan #604F50

Tints of Don Juan #604F50

Color information

#604F50 (or 0x604F50) is unknown color: approx Don Juan. HEX triplet: 60, 4F and 50. RGB value is (96,79,80). Sum of RGB (Red+Green+Blue) = 96+79+80=255 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.65% from 255); Green value is 79 (31.25% from 255 or 30.98% from 255); Blue value is 80 (31.64% from 255 or 31.37% from 255); Max value from RGB is 96 - color contains mainly: red. Hex color #604F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604F50 is #9FB0AF. Grayscale: #545454. Windows color (decimal): -10465456 or 5263200. OLE color: 5263200.

HSL color Cylindrical-coordinate representation of color #604F50: hue angle of 356.47º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #604F50 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB967980-
CMYK00.180.170.62
HSL356.47º9.71%34.31%-
HSV(B)356.47º17.71%37.65%-
XYZ9.078.668.78-
YUV84.2125.63136.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.65%
GREEN value IS 79 (31.25% from 255) = 30.98%
BLUE value IS 80 (31.64% from 255) = 31.37%
R=37.65%
G=30.98%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96798000.180.170.62356.479.7134.31
Hex604F50012113E164a22
Octal14011712002221765441242
Binary110000010011111010000010010100011111101011001001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604F50; }

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

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

<style>
 a { background-color: #604F50; }

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

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

<style>
 span { border-color: #604F50; }

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

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