#615A46

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

Shades of Millbrook #615A46

Tints of Millbrook #615A46

Color information

#615A46 (or 0x615A46) is unknown color: approx Millbrook. HEX triplet: 61, 5A and 46. RGB value is (97,90,70). Sum of RGB (Red+Green+Blue) = 97+90+70=257 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.74% from 257); Green value is 90 (35.55% from 255 or 35.02% from 257); Blue value is 70 (27.73% from 255 or 27.24% from 257); Max value from RGB is 97 - color contains mainly: red. Hex color #615A46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615A46 is #9EA5B9. Grayscale: #595959. Windows color (decimal): -10397114 or 4610657. OLE color: 4610657.

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

Color convert

RGB979070-
CMYK00.070.280.62
HSL44.44º16.17%32.75%-
HSV(B)44.44º27.84%38.04%-
XYZ9.6910.37.27-
YUV89.81116.82133.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.74%
GREEN value IS 90 (35.55% from 255) = 35.02%
BLUE value IS 70 (27.73% from 255) = 27.24%
R=37.74%
G=35.02%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97907000.070.280.6244.4416.1732.75
Hex615A46071C3E2c1021
Octal141132106073476542041
Binary11000011011010100011001111110011111010110010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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