#615D4B

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

Shades of Millbrook #615D4B

Tints of Millbrook #615D4B

Color information

#615D4B (or 0x615D4B) is unknown color: approx Millbrook. HEX triplet: 61, 5D and 4B. RGB value is (97,93,75). Sum of RGB (Red+Green+Blue) = 97+93+75=265 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.60% from 265); Green value is 93 (36.72% from 255 or 35.09% from 265); Blue value is 75 (29.69% from 255 or 28.30% from 265); Max value from RGB is 97 - color contains mainly: red. Hex color #615D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615D4B is #9EA2B4. Grayscale: #5C5C5C. Windows color (decimal): -10396341 or 4939105. OLE color: 4939105.

HSL color Cylindrical-coordinate representation of color #615D4B: hue angle of 49.09º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #615D4B is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB979375-
CMYK00.040.230.62
HSL49.09º12.79%33.73%-
HSV(B)49.09º22.68%38.04%-
XYZ10.1110.888.22-
YUV92.14118.33131.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.60%
GREEN value IS 93 (36.72% from 255) = 35.09%
BLUE value IS 75 (29.69% from 255) = 28.30%
R=36.60%
G=35.09%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97937500.040.230.6249.0912.7933.73
Hex615D4B04173E31d22
Octal141135113042776611542
Binary1100001101110110010110100101111111101100011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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