#615B45

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

Shades of Millbrook #615B45

Tints of Millbrook #615B45

Color information

#615B45 (or 0x615B45) is unknown color: approx Millbrook. HEX triplet: 61, 5B and 45. RGB value is (97,91,69). Sum of RGB (Red+Green+Blue) = 97+91+69=257 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.74% from 257); Green value is 91 (35.94% from 255 or 35.41% from 257); Blue value is 69 (27.34% from 255 or 26.85% from 257); Max value from RGB is 97 - color contains mainly: red. Hex color #615B45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615B45 is #9EA4BA. Grayscale: #5A5A5A. Windows color (decimal): -10396859 or 4545377. OLE color: 4545377.

HSL color Cylindrical-coordinate representation of color #615B45: hue angle of 47.14º 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 #615B45 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB979169-
CMYK00.060.290.62
HSL47.14º16.87%32.55%-
HSV(B)47.14º28.87%38.04%-
XYZ9.7510.457.13-
YUV90.29115.99132.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.74%
GREEN value IS 91 (35.94% from 255) = 35.41%
BLUE value IS 69 (27.34% from 255) = 26.85%
R=37.74%
G=35.41%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97916900.060.290.6247.1416.8732.55
Hex615B45061D3E2f1121
Octal141133105063576572141
Binary11000011011011100010101101110111111010111110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615B45; }

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

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

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

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

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

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

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

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