#604950

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

Shades of Don Juan #604950

Tints of Don Juan #604950

Color information

#604950 (or 0x604950) is unknown color: approx Don Juan. HEX triplet: 60, 49 and 50. RGB value is (96,73,80). Sum of RGB (Red+Green+Blue) = 96+73+80=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 96 - color contains mainly: red. Hex color #604950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604950 is #9FB6AF. Grayscale: #505050. Windows color (decimal): -10466992 or 5261664. OLE color: 5261664.

HSL color Cylindrical-coordinate representation of color #604950: hue angle of 341.74º 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 #604950 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB967380-
CMYK00.240.170.62
HSL341.74º13.61%33.14%-
HSV(B)341.74º23.96%37.65%-
XYZ8.657.838.64-
YUV80.68127.62138.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.55%
GREEN value IS 73 (28.91% from 255) = 29.32%
BLUE value IS 80 (31.64% from 255) = 32.13%
R=38.55%
G=29.32%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96738000.240.170.62341.7413.6133.14
Hex604950018113E156e21
Octal14011112003021765261641
Binary110000010010011010000011000100011111101010101101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604950; }

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

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

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

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

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

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

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

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