#604A4F

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

Shades of Don Juan #604A4F

Tints of Don Juan #604A4F

Color information

#604A4F (or 0x604A4F) is unknown color: approx Don Juan. HEX triplet: 60, 4A and 4F. RGB value is (96,74,79). Sum of RGB (Red+Green+Blue) = 96+74+79=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 74 (29.30% from 255 or 29.72% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 96 - color contains mainly: red. Hex color #604A4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604A4F is #9FB5B0. Grayscale: #515151. Windows color (decimal): -10466737 or 5196384. OLE color: 5196384.

HSL color Cylindrical-coordinate representation of color #604A4F: hue angle of 346.36º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #604A4F is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB967479-
CMYK00.230.180.62
HSL346.36º12.94%33.33%-
HSV(B)346.36º22.92%37.65%-
XYZ8.687.958.47-
YUV81.15126.79138.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.55%
GREEN value IS 74 (29.30% from 255) = 29.72%
BLUE value IS 79 (31.25% from 255) = 31.73%
R=38.55%
G=29.72%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96747900.230.180.62346.3612.9433.33
Hex604A4F017123E15ad21
Octal14011211702722765321541
Binary110000010010101001111010111100101111101010110101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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