#604D4F

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

Shades of Don Juan #604D4F

Tints of Don Juan #604D4F

Color information

#604D4F (or 0x604D4F) is unknown color: approx Don Juan. HEX triplet: 60, 4D and 4F. RGB value is (96,77,79). Sum of RGB (Red+Green+Blue) = 96+77+79=252 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.10% from 252); Green value is 77 (30.47% from 255 or 30.56% from 252); Blue value is 79 (31.25% from 255 or 31.35% from 252); Max value from RGB is 96 - color contains mainly: red. Hex color #604D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604D4F is #9FB2B0. Grayscale: #525252. Windows color (decimal): -10465969 or 5197152. OLE color: 5197152.

HSL color Cylindrical-coordinate representation of color #604D4F: hue angle of 353.68º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #604D4F is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB967779-
CMYK00.200.180.62
HSL353.68º10.98%33.92%-
HSV(B)353.68º19.79%37.65%-
XYZ8.898.368.54-
YUV82.91125.79137.34-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.10%
GREEN value IS 77 (30.47% from 255) = 30.56%
BLUE value IS 79 (31.25% from 255) = 31.35%
R=38.10%
G=30.56%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96777900.200.180.62353.6810.9833.92
Hex604D4F014123E162b22
Octal14011511702422765421342
Binary110000010011011001111010100100101111101011000101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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