#605941

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

Shades of Millbrook #605941

Tints of Millbrook #605941

Color information

#605941 (or 0x605941) is unknown color: approx Millbrook. HEX triplet: 60, 59 and 41. RGB value is (96,89,65). Sum of RGB (Red+Green+Blue) = 96+89+65=250 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.4% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 96 - color contains mainly: red. Hex color #605941 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605941 is #9FA6BE. Grayscale: #585858. Windows color (decimal): -10462911 or 4282720. OLE color: 4282720.

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

Color convert

RGB968965-
CMYK00.070.320.62
HSL46.45º19.25%31.57%-
HSV(B)46.45º32.29%37.65%-
XYZ9.3510.016.44-
YUV88.36114.82133.45-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.4%
GREEN value IS 89 (35.16% from 255) = 35.6%
BLUE value IS 65 (25.78% from 255) = 26%
R=38.4%
G=35.6%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96896500.070.320.6246.4519.2531.57
Hex60594107203E2e1320
Octal140131101074076562340
Binary110000010110011000001011110000011111010111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605941; }

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

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

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

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

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

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

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

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