#615E50

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

Shades of Millbrook #615E50

Tints of Millbrook #615E50

Color information

#615E50 (or 0x615E50) is unknown color: approx Millbrook. HEX triplet: 61, 5E and 50. RGB value is (97,94,80). Sum of RGB (Red+Green+Blue) = 97+94+80=271 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.79% from 271); Green value is 94 (37.11% from 255 or 34.69% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 97 - color contains mainly: red. Hex color #615E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615E50 is #9EA1AF. Grayscale: #5D5D5D. Windows color (decimal): -10396080 or 5267041. OLE color: 5267041.

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

Color convert

RGB979480-
CMYK00.030.180.62
HSL49.41º9.6%34.71%-
HSV(B)49.41º17.53%38.04%-
XYZ10.3811.139.19-
YUV93.3120.49130.64-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.79%
GREEN value IS 94 (37.11% from 255) = 34.69%
BLUE value IS 80 (31.64% from 255) = 29.52%
R=35.79%
G=34.69%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97948000.030.180.6249.419.634.71
Hex615E5003123E31a23
Octal141136120032276611243
Binary110000110111101010000011100101111101100011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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