#604749

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

Shades of Don Juan #604749

Tints of Don Juan #604749

Color information

#604749 (or 0x604749) is unknown color: approx Don Juan. HEX triplet: 60, 47 and 49. RGB value is (96,71,73). Sum of RGB (Red+Green+Blue) = 96+71+73=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 96 - color contains mainly: red. Hex color #604749 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604749 is #9FB8B6. Grayscale: #4E4E4E. Windows color (decimal): -10467511 or 4802400. OLE color: 4802400.

HSL color Cylindrical-coordinate representation of color #604749: hue angle of 355.2º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #604749 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB967173-
CMYK00.260.240.62
HSL355.2º14.97%32.75%-
HSV(B)355.2º26.04%37.65%-
XYZ8.287.477.31-
YUV78.7124.78140.34-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40%
GREEN value IS 71 (28.12% from 255) = 29.58%
BLUE value IS 73 (28.91% from 255) = 30.42%
R=40%
G=29.58%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96717300.260.240.62355.214.9732.75
Hex60474901A183E163f21
Octal14010711103230765431741
Binary110000010001111001001011010110001111101011000111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604749; }

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

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

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

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

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

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

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

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