#605C49

Color #605C49 Millbrook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Millbrook #605C49

Tints of Millbrook #605C49

Color information

#605C49 (or 0x605C49) is unknown color: approx Millbrook. HEX triplet: 60, 5C and 49. RGB value is (96,92,73). Sum of RGB (Red+Green+Blue) = 96+92+73=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 92 (36.33% from 255 or 35.25% from 261); Blue value is 73 (28.91% from 255 or 27.97% from 261); Max value from RGB is 96 - color contains mainly: red. Hex color #605C49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605C49 is #9FA3B6. Grayscale: #5B5B5B. Windows color (decimal): -10462135 or 4807776. OLE color: 4807776.

HSL color Cylindrical-coordinate representation of color #605C49: hue angle of 49.57º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #605C49 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB969273-
CMYK00.040.240.62
HSL49.57º13.61%33.14%-
HSV(B)49.57º23.96%37.65%-
XYZ9.8510.627.83-
YUV91.03117.83131.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.78%
GREEN value IS 92 (36.33% from 255) = 35.25%
BLUE value IS 73 (28.91% from 255) = 27.97%
R=36.78%
G=35.25%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96927300.040.240.6249.5713.6133.14
Hex605C4904183E32e21
Octal140134111043076621641
Binary1100000101110010010010100110001111101100101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605C49; }

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

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

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

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

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

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

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

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