#605B4A

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

Shades of Millbrook #605B4A

Tints of Millbrook #605B4A

Color information

#605B4A (or 0x605B4A) is unknown color: approx Millbrook. HEX triplet: 60, 5B and 4A. RGB value is (96,91,74). Sum of RGB (Red+Green+Blue) = 96+91+74=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 91 (35.94% from 255 or 34.87% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 96 - color contains mainly: red. Hex color #605B4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605B4A is #9FA4B5. Grayscale: #5A5A5A. Windows color (decimal): -10462390 or 4873056. OLE color: 4873056.

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

Color convert

RGB969174-
CMYK00.050.230.62
HSL46.36º12.94%33.33%-
HSV(B)46.36º22.92%37.65%-
XYZ9.810.467.98-
YUV90.56118.66131.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.78%
GREEN value IS 91 (35.94% from 255) = 34.87%
BLUE value IS 74 (29.30% from 255) = 28.35%
R=36.78%
G=34.87%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96917400.050.230.6246.3612.9433.33
Hex605B4A05173E2ed21
Octal140133112052776561541
Binary1100000101101110010100101101111111101011101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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