#615C4B

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

Shades of Millbrook #615C4B

Tints of Millbrook #615C4B

Color information

#615C4B (or 0x615C4B) is unknown color: approx Millbrook. HEX triplet: 61, 5C and 4B. RGB value is (97,92,75). Sum of RGB (Red+Green+Blue) = 97+92+75=264 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.74% from 264); Green value is 92 (36.33% from 255 or 34.85% from 264); Blue value is 75 (29.69% from 255 or 28.41% from 264); Max value from RGB is 97 - color contains mainly: red. Hex color #615C4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615C4B is #9EA3B4. Grayscale: #5B5B5B. Windows color (decimal): -10396597 or 4938849. OLE color: 4938849.

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

Color convert

RGB979275-
CMYK00.050.230.62
HSL46.36º12.79%33.73%-
HSV(B)46.36º22.68%38.04%-
XYZ10.0310.78.19-
YUV91.56118.66131.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.74%
GREEN value IS 92 (36.33% from 255) = 34.85%
BLUE value IS 75 (29.69% from 255) = 28.41%
R=36.74%
G=34.85%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97927500.050.230.6246.3612.7933.73
Hex615C4B05173E2ed22
Octal141134113052776561542
Binary1100001101110010010110101101111111101011101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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