#615942

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

Shades of Millbrook #615942

Tints of Millbrook #615942

Color information

#615942 (or 0x615942) is unknown color: approx Millbrook. HEX triplet: 61, 59 and 42. RGB value is (97,89,66). Sum of RGB (Red+Green+Blue) = 97+89+66=252 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.49% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 97 - color contains mainly: red. Hex color #615942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615942 is #9EA6BD. Grayscale: #585858. Windows color (decimal): -10397374 or 4348257. OLE color: 4348257.

HSL color Cylindrical-coordinate representation of color #615942: hue angle of 44.52º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #615942 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB978966-
CMYK00.080.320.62
HSL44.52º19.02%31.96%-
HSV(B)44.52º31.96%38.04%-
XYZ9.4910.086.6-
YUV88.77115.15133.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.49%
GREEN value IS 89 (35.16% from 255) = 35.32%
BLUE value IS 66 (26.17% from 255) = 26.19%
R=38.49%
G=35.32%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97896600.080.320.6244.5219.0231.96
Hex61594208203E2d1320
Octal1411311020104076552340
Binary1100001101100110000100100010000011111010110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615942; }

 p { color: rgb(97,89,66); }

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

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

 a { background-color: rgb(97,89,66); }

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

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

 span { border-color: rgb(97,89,66); }

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