#615840

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

Shades of Millbrook #615840

Tints of Millbrook #615840

Color information

#615840 (or 0x615840) is unknown color: approx Millbrook. HEX triplet: 61, 58 and 40. RGB value is (97,88,64). Sum of RGB (Red+Green+Blue) = 97+88+64=249 (32% of max value = 765). Red value is 97 (38.28% from 255 or 38.96% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 64 (25.39% from 255 or 25.70% from 249); Max value from RGB is 97 - color contains mainly: red. Hex color #615840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615840 is #9EA7BF. Grayscale: #585858. Windows color (decimal): -10397632 or 4216929. OLE color: 4216929.

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

Color convert

RGB978864-
CMYK00.090.340.62
HSL43.64º20.5%31.57%-
HSV(B)43.64º34.02%38.04%-
XYZ9.349.896.27-
YUV87.96114.48134.45-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.96%
GREEN value IS 88 (34.77% from 255) = 35.34%
BLUE value IS 64 (25.39% from 255) = 25.70%
R=38.96%
G=35.34%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97886400.090.340.6243.6420.531.57
Hex61584009223E2c1420
Octal1411301000114276542440
Binary1100001101100010000000100110001011111010110010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615840; }

 p { color: rgb(97,88,64); }

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

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

 a { background-color: rgb(97,88,64); }

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

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

 span { border-color: rgb(97,88,64); }

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