#605B49

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

Shades of Millbrook #605B49

Tints of Millbrook #605B49

Color information

#605B49 (or 0x605B49) is unknown color: approx Millbrook. HEX triplet: 60, 5B and 49. RGB value is (96,91,73). Sum of RGB (Red+Green+Blue) = 96+91+73=260 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.92% from 260); Green value is 91 (35.94% from 255 or 35% from 260); Blue value is 73 (28.91% from 255 or 28.08% from 260); Max value from RGB is 96 - color contains mainly: red. Hex color #605B49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605B49 is #9FA4B6. Grayscale: #5A5A5A. Windows color (decimal): -10462391 or 4807520. OLE color: 4807520.

HSL color Cylindrical-coordinate representation of color #605B49: hue angle of 46.96º 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 #605B49 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB969173-
CMYK00.050.240.62
HSL46.96º13.61%33.14%-
HSV(B)46.96º23.96%37.65%-
XYZ9.7710.457.81-
YUV90.44118.16131.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.92%
GREEN value IS 91 (35.94% from 255) = 35%
BLUE value IS 73 (28.91% from 255) = 28.08%
R=36.92%
G=35%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96917300.050.240.6246.9613.6133.14
Hex605B4905183E2fe21
Octal140133111053076571641
Binary1100000101101110010010101110001111101011111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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