#605C46

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

Shades of Millbrook #605C46

Tints of Millbrook #605C46

Color information

#605C46 (or 0x605C46) is unknown color: approx Millbrook. HEX triplet: 60, 5C and 46. RGB value is (96,92,70). Sum of RGB (Red+Green+Blue) = 96+92+70=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 92 (36.33% from 255 or 35.66% from 258); Blue value is 70 (27.73% from 255 or 27.13% from 258); Max value from RGB is 96 - color contains mainly: red. Hex color #605C46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605C46 is #9FA3B9. Grayscale: #5A5A5A. Windows color (decimal): -10462138 or 4611168. OLE color: 4611168.

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

Color convert

RGB969270-
CMYK00.040.270.62
HSL50.77º15.66%32.55%-
HSV(B)50.77º27.08%37.65%-
XYZ9.7610.587.32-
YUV90.69116.33131.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.21%
GREEN value IS 92 (36.33% from 255) = 35.66%
BLUE value IS 70 (27.73% from 255) = 27.13%
R=37.21%
G=35.66%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96927000.040.270.6250.7715.6632.55
Hex605C46041B3E331021
Octal140134106043376632041
Binary11000001011100100011001001101111111011001110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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