#605B46

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

Shades of Millbrook #605B46

Tints of Millbrook #605B46

Color information

#605B46 (or 0x605B46) is unknown color: approx Millbrook. HEX triplet: 60, 5B and 46. RGB value is (96,91,70). Sum of RGB (Red+Green+Blue) = 96+91+70=257 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.35% from 257); Green value is 91 (35.94% from 255 or 35.41% from 257); Blue value is 70 (27.73% from 255 or 27.24% from 257); Max value from RGB is 96 - color contains mainly: red. Hex color #605B46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605B46 is #9FA4B9. Grayscale: #5A5A5A. Windows color (decimal): -10462394 or 4610912. OLE color: 4610912.

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

Color convert

RGB969170-
CMYK00.050.270.62
HSL48.46º15.66%32.55%-
HSV(B)48.46º27.08%37.65%-
XYZ9.6710.417.29-
YUV90.1116.66132.21-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.35%
GREEN value IS 91 (35.94% from 255) = 35.41%
BLUE value IS 70 (27.73% from 255) = 27.24%
R=37.35%
G=35.41%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96917000.050.270.6248.4615.6632.55
Hex605B46051B3E301021
Octal140133106053376602041
Binary11000001011011100011001011101111111011000010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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