#604B4E

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

Shades of Don Juan #604B4E

Tints of Don Juan #604B4E

Color information

#604B4E (or 0x604B4E) is unknown color: approx Don Juan. HEX triplet: 60, 4B and 4E. RGB value is (96,75,78). Sum of RGB (Red+Green+Blue) = 96+75+78=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 75 (29.69% from 255 or 30.12% from 249); Blue value is 78 (30.86% from 255 or 31.33% from 249); Max value from RGB is 96 - color contains mainly: red. Hex color #604B4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604B4E is #9FB4B1. Grayscale: #515151. Windows color (decimal): -10466482 or 5131104. OLE color: 5131104.

HSL color Cylindrical-coordinate representation of color #604B4E: hue angle of 351.43º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #604B4E is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB967578-
CMYK00.220.190.62
HSL351.43º12.28%33.53%-
HSV(B)351.43º21.88%37.65%-
XYZ8.728.078.31-
YUV81.62125.96138.26-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.55%
GREEN value IS 75 (29.69% from 255) = 30.12%
BLUE value IS 78 (30.86% from 255) = 31.33%
R=38.55%
G=30.12%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96757800.220.190.62351.4312.2833.53
Hex604B4E016133E15fc22
Octal14011311602623765371442
Binary110000010010111001110010110100111111101010111111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,75,78); }

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

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

 a { background-color: rgb(96,75,78); }

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

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

 span { border-color: rgb(96,75,78); }

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