#615A45

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

Shades of Millbrook #615A45

Tints of Millbrook #615A45

Color information

#615A45 (or 0x615A45) is unknown color: approx Millbrook. HEX triplet: 61, 5A and 45. RGB value is (97,90,69). Sum of RGB (Red+Green+Blue) = 97+90+69=256 (33% of max value = 765). Red value is 97 (38.28% from 255 or 37.89% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 69 (27.34% from 255 or 26.95% from 256); Max value from RGB is 97 - color contains mainly: red. Hex color #615A45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615A45 is #9EA5BA. Grayscale: #595959. Windows color (decimal): -10397115 or 4545121. OLE color: 4545121.

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

Color convert

RGB979069-
CMYK00.070.290.62
HSL45º16.87%32.55%-
HSV(B)45º28.87%38.04%-
XYZ9.6610.287.11-
YUV89.7116.32133.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.89%
GREEN value IS 90 (35.55% from 255) = 35.16%
BLUE value IS 69 (27.34% from 255) = 26.95%
R=37.89%
G=35.16%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97906900.070.290.624516.8732.55
Hex615A45071D3E2d1121
Octal141132105073576552141
Binary11000011011010100010101111110111111010110110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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