#604E51

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

Shades of Don Juan #604E51

Tints of Don Juan #604E51

Color information

#604E51 (or 0x604E51) is unknown color: approx Don Juan. HEX triplet: 60, 4E and 51. RGB value is (96,78,81). Sum of RGB (Red+Green+Blue) = 96+78+81=255 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.65% from 255); Green value is 78 (30.86% from 255 or 30.59% from 255); Blue value is 81 (32.03% from 255 or 31.76% from 255); Max value from RGB is 96 - color contains mainly: red. Hex color #604E51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604E51 is #9FB1AE. Grayscale: #535353. Windows color (decimal): -10465711 or 5328480. OLE color: 5328480.

HSL color Cylindrical-coordinate representation of color #604E51: hue angle of 350º 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 #604E51 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB967881-
CMYK00.190.160.62
HSL350º10.34%34.12%-
HSV(B)350º18.75%37.65%-
XYZ9.038.538.95-
YUV83.72126.46136.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.65%
GREEN value IS 78 (30.86% from 255) = 30.59%
BLUE value IS 81 (32.03% from 255) = 31.76%
R=37.65%
G=30.59%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96788100.190.160.6235010.3434.12
Hex604E51013103E15ea22
Octal14011612102320765361242
Binary110000010011101010001010011100001111101010111101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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