#615D50

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

Shades of Millbrook #615D50

Tints of Millbrook #615D50

Color information

#615D50 (or 0x615D50) is unknown color: approx Millbrook. HEX triplet: 61, 5D and 50. RGB value is (97,93,80). Sum of RGB (Red+Green+Blue) = 97+93+80=270 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.93% from 270); Green value is 93 (36.72% from 255 or 34.44% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 97 - color contains mainly: red. Hex color #615D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615D50 is #9EA2AF. Grayscale: #5C5C5C. Windows color (decimal): -10396336 or 5266785. OLE color: 5266785.

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

Color convert

RGB979380-
CMYK00.040.180.62
HSL45.88º9.6%34.71%-
HSV(B)45.88º17.53%38.04%-
XYZ10.2910.959.16-
YUV92.71120.83131.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.93%
GREEN value IS 93 (36.72% from 255) = 34.44%
BLUE value IS 80 (31.64% from 255) = 29.63%
R=35.93%
G=34.44%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97938000.040.180.6245.889.634.71
Hex615D5004123E2ea23
Octal141135120042276561243
Binary1100001101110110100000100100101111101011101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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