#604A4E

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

Shades of Don Juan #604A4E

Tints of Don Juan #604A4E

Color information

#604A4E (or 0x604A4E) is unknown color: approx Don Juan. HEX triplet: 60, 4A and 4E. RGB value is (96,74,78). Sum of RGB (Red+Green+Blue) = 96+74+78=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 74 (29.30% from 255 or 29.84% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 96 - color contains mainly: red. Hex color #604A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604A4E is #9FB5B1. Grayscale: #515151. Windows color (decimal): -10466738 or 5130848. OLE color: 5130848.

HSL color Cylindrical-coordinate representation of color #604A4E: hue angle of 349.09º 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 #604A4E is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB967478-
CMYK00.230.190.62
HSL349.09º12.94%33.33%-
HSV(B)349.09º22.92%37.65%-
XYZ8.657.938.28-
YUV81.03126.29138.67-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.71%
GREEN value IS 74 (29.30% from 255) = 29.84%
BLUE value IS 78 (30.86% from 255) = 31.45%
R=38.71%
G=29.84%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96747800.230.190.62349.0912.9433.33
Hex604A4E017133E15dd21
Octal14011211602723765351541
Binary110000010010101001110010111100111111101010111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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