#615C49

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

Shades of Millbrook #615C49

Tints of Millbrook #615C49

Color information

#615C49 (or 0x615C49) is unknown color: approx Millbrook. HEX triplet: 61, 5C and 49. RGB value is (97,92,73). Sum of RGB (Red+Green+Blue) = 97+92+73=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 92 (36.33% from 255 or 35.11% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 97 - color contains mainly: red. Hex color #615C49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615C49 is #9EA3B6. Grayscale: #5B5B5B. Windows color (decimal): -10396599 or 4807777. OLE color: 4807777.

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

Color convert

RGB979273-
CMYK00.050.250.62
HSL47.5º14.12%33.33%-
HSV(B)47.5º24.74%38.04%-
XYZ9.9610.687.84-
YUV91.33117.66132.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.02%
GREEN value IS 92 (36.33% from 255) = 35.11%
BLUE value IS 73 (28.91% from 255) = 27.86%
R=37.02%
G=35.11%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97927300.050.250.6247.514.1233.33
Hex615C4905193E30e21
Octal141134111053176601641
Binary1100001101110010010010101110011111101100001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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