#615B48

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

Shades of Millbrook #615B48

Tints of Millbrook #615B48

Color information

#615B48 (or 0x615B48) is unknown color: approx Millbrook. HEX triplet: 61, 5B and 48. RGB value is (97,91,72). Sum of RGB (Red+Green+Blue) = 97+91+72=260 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.31% from 260); Green value is 91 (35.94% from 255 or 35% from 260); Blue value is 72 (28.52% from 255 or 27.69% from 260); Max value from RGB is 97 - color contains mainly: red. Hex color #615B48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615B48 is #9EA4B7. Grayscale: #5A5A5A. Windows color (decimal): -10396856 or 4741985. OLE color: 4741985.

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

Color convert

RGB979172-
CMYK00.060.260.62
HSL45.6º14.79%33.14%-
HSV(B)45.6º25.77%38.04%-
XYZ9.8410.497.64-
YUV90.63117.49132.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.31%
GREEN value IS 91 (35.94% from 255) = 35%
BLUE value IS 72 (28.52% from 255) = 27.69%
R=37.31%
G=35%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97917200.060.260.6245.614.7933.14
Hex615B48061A3E2ef21
Octal141133110063276561741
Binary1100001101101110010000110110101111101011101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,91,72); }

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

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

 a { background-color: rgb(97,91,72); }

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

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

 span { border-color: rgb(97,91,72); }

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