#604F51

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

Shades of Don Juan #604F51

Tints of Don Juan #604F51

Color information

#604F51 (or 0x604F51) is unknown color: approx Don Juan. HEX triplet: 60, 4F and 51. RGB value is (96,79,81). Sum of RGB (Red+Green+Blue) = 96+79+81=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 79 (31.25% from 255 or 30.86% from 256); Blue value is 81 (32.03% from 255 or 31.64% from 256); Max value from RGB is 96 - color contains mainly: red. Hex color #604F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604F51 is #9FB0AE. Grayscale: #545454. Windows color (decimal): -10465455 or 5328736. OLE color: 5328736.

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

Color convert

RGB967981-
CMYK00.180.160.62
HSL352.94º9.71%34.31%-
HSV(B)352.94º17.71%37.65%-
XYZ9.118.678.98-
YUV84.31126.13136.34-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.5%
GREEN value IS 79 (31.25% from 255) = 30.86%
BLUE value IS 81 (32.03% from 255) = 31.64%
R=37.5%
G=30.86%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96798100.180.160.62352.949.7134.31
Hex604F51012103E161a22
Octal14011712102220765411242
Binary110000010011111010001010010100001111101011000011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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