#615E4F

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

Shades of Millbrook #615E4F

Tints of Millbrook #615E4F

Color information

#615E4F (or 0x615E4F) is unknown color: approx Millbrook. HEX triplet: 61, 5E and 4F. RGB value is (97,94,79). Sum of RGB (Red+Green+Blue) = 97+94+79=270 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.93% from 270); Green value is 94 (37.11% from 255 or 34.81% from 270); Blue value is 79 (31.25% from 255 or 29.26% from 270); Max value from RGB is 97 - color contains mainly: red. Hex color #615E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615E4F is #9EA1B0. Grayscale: #5D5D5D. Windows color (decimal): -10396081 or 5201505. OLE color: 5201505.

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

Color convert

RGB979479-
CMYK00.030.190.62
HSL50º10.23%34.51%-
HSV(B)50º18.56%38.04%-
XYZ10.3411.119-
YUV93.19119.99130.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.93%
GREEN value IS 94 (37.11% from 255) = 34.81%
BLUE value IS 79 (31.25% from 255) = 29.26%
R=35.93%
G=34.81%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97947900.030.190.625010.2334.51
Hex615E4F03133E32a23
Octal141136117032376621243
Binary110000110111101001111011100111111101100101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,94,79); }

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

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

 a { background-color: rgb(97,94,79); }

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

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

 span { border-color: rgb(97,94,79); }

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