#615D4F

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

Shades of Millbrook #615D4F

Tints of Millbrook #615D4F

Color information

#615D4F (or 0x615D4F) is unknown color: approx Millbrook. HEX triplet: 61, 5D and 4F. RGB value is (97,93,79). Sum of RGB (Red+Green+Blue) = 97+93+79=269 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.06% from 269); Green value is 93 (36.72% from 255 or 34.57% from 269); Blue value is 79 (31.25% from 255 or 29.37% from 269); Max value from RGB is 97 - color contains mainly: red. Hex color #615D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615D4F is #9EA2B0. Grayscale: #5C5C5C. Windows color (decimal): -10396337 or 5201249. OLE color: 5201249.

HSL color Cylindrical-coordinate representation of color #615D4F: hue angle of 46.67º 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 #615D4F is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB979379-
CMYK00.040.190.62
HSL46.67º10.23%34.51%-
HSV(B)46.67º18.56%38.04%-
XYZ10.2610.938.97-
YUV92.6120.33131.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.06%
GREEN value IS 93 (36.72% from 255) = 34.57%
BLUE value IS 79 (31.25% from 255) = 29.37%
R=36.06%
G=34.57%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97937900.040.190.6246.6710.2334.51
Hex615D4F04133E2fa23
Octal141135117042376571243
Binary1100001101110110011110100100111111101011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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