#615A48

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

Shades of Millbrook #615A48

Tints of Millbrook #615A48

Color information

#615A48 (or 0x615A48) is unknown color: approx Millbrook. HEX triplet: 61, 5A and 48. RGB value is (97,90,72). Sum of RGB (Red+Green+Blue) = 97+90+72=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 90 (35.55% from 255 or 34.75% from 259); Blue value is 72 (28.52% from 255 or 27.80% from 259); Max value from RGB is 97 - color contains mainly: red. Hex color #615A48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615A48 is #9EA5B7. Grayscale: #5A5A5A. Windows color (decimal): -10397112 or 4741729. OLE color: 4741729.

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

Color convert

RGB979072-
CMYK00.070.260.62
HSL43.2º14.79%33.14%-
HSV(B)43.2º25.77%38.04%-
XYZ9.7610.327.61-
YUV90.04117.82132.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.45%
GREEN value IS 90 (35.55% from 255) = 34.75%
BLUE value IS 72 (28.52% from 255) = 27.80%
R=37.45%
G=34.75%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97907200.070.260.6243.214.7933.14
Hex615A48071A3E2bf21
Octal141132110073276531741
Binary1100001101101010010000111110101111101010111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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