#605B45

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

Shades of Millbrook #605B45

Tints of Millbrook #605B45

Color information

#605B45 (or 0x605B45) is unknown color: approx Millbrook. HEX triplet: 60, 5B and 45. RGB value is (96,91,69). Sum of RGB (Red+Green+Blue) = 96+91+69=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 69 (27.34% from 255 or 26.95% from 256); Max value from RGB is 96 - color contains mainly: red. Hex color #605B45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605B45 is #9FA4BA. Grayscale: #5A5A5A. Windows color (decimal): -10462395 or 4545376. OLE color: 4545376.

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

Color convert

RGB969169-
CMYK00.050.280.62
HSL48.89º16.36%32.35%-
HSV(B)48.89º28.12%37.65%-
XYZ9.6410.47.13-
YUV89.99116.16132.29-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.5%
GREEN value IS 91 (35.94% from 255) = 35.55%
BLUE value IS 69 (27.34% from 255) = 26.95%
R=37.5%
G=35.55%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96916900.050.280.6248.8916.3632.35
Hex605B45051C3E311020
Octal140133105053476612040
Binary11000001011011100010101011110011111011000110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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