#604E52

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

Shades of Don Juan #604E52

Tints of Don Juan #604E52

Color information

#604E52 (or 0x604E52) is unknown color: approx Don Juan. HEX triplet: 60, 4E and 52. RGB value is (96,78,82). Sum of RGB (Red+Green+Blue) = 96+78+82=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 78 (30.86% from 255 or 30.47% from 256); Blue value is 82 (32.42% from 255 or 32.03% from 256); Max value from RGB is 96 - color contains mainly: red. Hex color #604E52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604E52 is #9FB1AD. Grayscale: #535353. Windows color (decimal): -10465710 or 5394016. OLE color: 5394016.

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

Color convert

RGB967882-
CMYK00.190.150.62
HSL346.67º10.34%34.12%-
HSV(B)346.67º18.75%37.65%-
XYZ9.078.549.15-
YUV83.84126.96136.67-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.5%
GREEN value IS 78 (30.86% from 255) = 30.47%
BLUE value IS 82 (32.42% from 255) = 32.03%
R=37.5%
G=30.47%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96788200.190.150.62346.6710.3434.12
Hex604E52013F3E15ba22
Octal14011612202317765331242
Binary11000001001110101001001001111111111101010110111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,78,82); }

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

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

 a { background-color: rgb(96,78,82); }

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

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

 span { border-color: rgb(96,78,82); }

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