#615D49

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

Shades of Millbrook #615D49

Tints of Millbrook #615D49

Color information

#615D49 (or 0x615D49) is unknown color: approx Millbrook. HEX triplet: 61, 5D and 49. RGB value is (97,93,73). Sum of RGB (Red+Green+Blue) = 97+93+73=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 73 (28.91% from 255 or 27.76% from 263); Max value from RGB is 97 - color contains mainly: red. Hex color #615D49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615D49 is #9EA2B6. Grayscale: #5C5C5C. Windows color (decimal): -10396343 or 4808033. OLE color: 4808033.

HSL color Cylindrical-coordinate representation of color #615D49: hue angle of 50º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #615D49 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB979373-
CMYK00.040.250.62
HSL50º14.12%33.33%-
HSV(B)50º24.74%38.04%-
XYZ10.0510.857.87-
YUV91.92117.33131.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.88%
GREEN value IS 93 (36.72% from 255) = 35.36%
BLUE value IS 73 (28.91% from 255) = 27.76%
R=36.88%
G=35.36%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97937300.040.250.625014.1233.33
Hex615D4904193E32e21
Octal141135111043176621641
Binary1100001101110110010010100110011111101100101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,93,73); }

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

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

 a { background-color: rgb(97,93,73); }

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

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

 span { border-color: rgb(97,93,73); }

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