#615940

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

Shades of Millbrook #615940

Tints of Millbrook #615940

Color information

#615940 (or 0x615940) is unknown color: approx Millbrook. HEX triplet: 61, 59 and 40. RGB value is (97,89,64). Sum of RGB (Red+Green+Blue) = 97+89+64=250 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.8% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 64 (25.39% from 255 or 25.6% from 250); Max value from RGB is 97 - color contains mainly: red. Hex color #615940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615940 is #9EA6BF. Grayscale: #585858. Windows color (decimal): -10397376 or 4217185. OLE color: 4217185.

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

Color convert

RGB978964-
CMYK00.080.340.62
HSL45.45º20.5%31.57%-
HSV(B)45.45º34.02%38.04%-
XYZ9.4310.066.29-
YUV88.54114.15134.03-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.8%
GREEN value IS 89 (35.16% from 255) = 35.6%
BLUE value IS 64 (25.39% from 255) = 25.6%
R=38.8%
G=35.6%
B=25.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97896400.080.340.6245.4520.531.57
Hex61594008223E2d1420
Octal1411311000104276552440
Binary1100001101100110000000100010001011111010110110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615940; }

 p { color: rgb(97,89,64); }

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

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

 a { background-color: rgb(97,89,64); }

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

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

 span { border-color: rgb(97,89,64); }

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