#604C51

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

Shades of Don Juan #604C51

Tints of Don Juan #604C51

Color information

#604C51 (or 0x604C51) is unknown color: approx Don Juan. HEX triplet: 60, 4C and 51. RGB value is (96,76,81). Sum of RGB (Red+Green+Blue) = 96+76+81=253 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.94% from 253); Green value is 76 (30.08% from 255 or 30.04% from 253); Blue value is 81 (32.03% from 255 or 32.02% from 253); Max value from RGB is 96 - color contains mainly: red. Hex color #604C51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604C51 is #9FB3AE. Grayscale: #525252. Windows color (decimal): -10466223 or 5327968. OLE color: 5327968.

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

Color convert

RGB967681-
CMYK00.210.160.62
HSL345º11.63%33.73%-
HSV(B)345º20.83%37.65%-
XYZ8.898.258.91-
YUV82.55127.13137.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.94%
GREEN value IS 76 (30.08% from 255) = 30.04%
BLUE value IS 81 (32.03% from 255) = 32.02%
R=37.94%
G=30.04%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96768100.210.160.6234511.6333.73
Hex604C51015103E159c22
Octal14011412102520765311442
Binary110000010011001010001010101100001111101010110011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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