#615945

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

Shades of Millbrook #615945

Tints of Millbrook #615945

Color information

#615945 (or 0x615945) is unknown color: approx Millbrook. HEX triplet: 61, 59 and 45. RGB value is (97,89,69). Sum of RGB (Red+Green+Blue) = 97+89+69=255 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.04% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 69 (27.34% from 255 or 27.06% from 255); Max value from RGB is 97 - color contains mainly: red. Hex color #615945 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615945 is #9EA6BA. Grayscale: #595959. Windows color (decimal): -10397371 or 4544865. OLE color: 4544865.

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

Color convert

RGB978969-
CMYK00.080.290.62
HSL42.86º16.87%32.55%-
HSV(B)42.86º28.87%38.04%-
XYZ9.5810.127.08-
YUV89.11116.65133.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.04%
GREEN value IS 89 (35.16% from 255) = 34.90%
BLUE value IS 69 (27.34% from 255) = 27.06%
R=38.04%
G=34.90%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97896900.080.290.6242.8616.8732.55
Hex615945081D3E2b1121
Octal1411311050103576532141
Binary110000110110011000101010001110111111010101110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615945; }

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

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

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

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

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

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

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

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