#604449

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

Shades of Don Juan #604449

Tints of Don Juan #604449

Color information

#604449 (or 0x604449) is unknown color: approx Don Juan. HEX triplet: 60, 44 and 49. RGB value is (96,68,73). Sum of RGB (Red+Green+Blue) = 96+68+73=237 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.51% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 73 (28.91% from 255 or 30.80% from 237); Max value from RGB is 96 - color contains mainly: red. Hex color #604449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604449 is #9FBBB6. Grayscale: #4C4C4C. Windows color (decimal): -10468279 or 4801632. OLE color: 4801632.

HSL color Cylindrical-coordinate representation of color #604449: hue angle of 349.29º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #604449 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB966873-
CMYK00.290.240.62
HSL349.29º17.07%32.16%-
HSV(B)349.29º29.17%37.65%-
XYZ8.097.17.25-
YUV76.94125.78141.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.51%
GREEN value IS 68 (26.95% from 255) = 28.69%
BLUE value IS 73 (28.91% from 255) = 30.80%
R=40.51%
G=28.69%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96687300.290.240.62349.2917.0732.16
Hex60444901D183E15d1120
Octal14010411103530765352140
Binary1100000100010010010010111011100011111010101110110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604449; }

 p { color: rgb(96,68,73); }

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

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

 a { background-color: rgb(96,68,73); }

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

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

 span { border-color: rgb(96,68,73); }

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