#615D4A

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

Shades of Millbrook #615D4A

Tints of Millbrook #615D4A

Color information

#615D4A (or 0x615D4A) is unknown color: approx Millbrook. HEX triplet: 61, 5D and 4A. RGB value is (97,93,74). Sum of RGB (Red+Green+Blue) = 97+93+74=264 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.74% from 264); Green value is 93 (36.72% from 255 or 35.23% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 97 - color contains mainly: red. Hex color #615D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615D4A is #9EA2B5. Grayscale: #5C5C5C. Windows color (decimal): -10396342 or 4873569. OLE color: 4873569.

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

Color convert

RGB979374-
CMYK00.040.240.62
HSL49.57º13.45%33.53%-
HSV(B)49.57º23.71%38.04%-
XYZ10.0810.868.04-
YUV92.03117.83131.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.74%
GREEN value IS 93 (36.72% from 255) = 35.23%
BLUE value IS 74 (29.30% from 255) = 28.03%
R=36.74%
G=35.23%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97937400.040.240.6249.5713.4533.53
Hex615D4A04183E32d22
Octal141135112043076621542
Binary1100001101110110010100100110001111101100101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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