#605946

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

Shades of Millbrook #605946

Tints of Millbrook #605946

Color information

#605946 (or 0x605946) is unknown color: approx Millbrook. HEX triplet: 60, 59 and 46. RGB value is (96,89,70). Sum of RGB (Red+Green+Blue) = 96+89+70=255 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.65% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 70 (27.73% from 255 or 27.45% from 255); Max value from RGB is 96 - color contains mainly: red. Hex color #605946 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605946 is #9FA6B9. Grayscale: #595959. Windows color (decimal): -10462906 or 4610400. OLE color: 4610400.

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

Color convert

RGB968970-
CMYK00.070.270.62
HSL43.85º15.66%32.55%-
HSV(B)43.85º27.08%37.65%-
XYZ9.510.077.24-
YUV88.93117.32133.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.65%
GREEN value IS 89 (35.16% from 255) = 34.90%
BLUE value IS 70 (27.73% from 255) = 27.45%
R=37.65%
G=34.90%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96897000.070.270.6243.8515.6632.55
Hex605946071B3E2c1021
Octal140131106073376542041
Binary11000001011001100011001111101111111010110010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605946; }

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

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

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

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

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

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

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

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