#604748

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

Shades of Don Juan #604748

Tints of Don Juan #604748

Color information

#604748 (or 0x604748) is unknown color: approx Don Juan. HEX triplet: 60, 47 and 48. RGB value is (96,71,72). Sum of RGB (Red+Green+Blue) = 96+71+72=239 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.17% from 239); Green value is 71 (28.12% from 255 or 29.71% from 239); Blue value is 72 (28.52% from 255 or 30.13% from 239); Max value from RGB is 96 - color contains mainly: red. Hex color #604748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604748 is #9FB8B7. Grayscale: #4E4E4E. Windows color (decimal): -10467512 or 4736864. OLE color: 4736864.

HSL color Cylindrical-coordinate representation of color #604748: hue angle of 357.6º 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 #604748 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB967172-
CMYK00.260.250.62
HSL357.6º14.97%32.75%-
HSV(B)357.6º26.04%37.65%-
XYZ8.257.467.14-
YUV78.59124.28140.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.17%
GREEN value IS 71 (28.12% from 255) = 29.71%
BLUE value IS 72 (28.52% from 255) = 30.13%
R=40.17%
G=29.71%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96717200.260.250.62357.614.9732.75
Hex60474801A193E166f21
Octal14010711003231765461741
Binary110000010001111001000011010110011111101011001101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604748; }

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

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

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

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

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

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

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

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