#615C4C

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

Shades of Millbrook #615C4C

Tints of Millbrook #615C4C

Color information

#615C4C (or 0x615C4C) is unknown color: approx Millbrook. HEX triplet: 61, 5C and 4C. RGB value is (97,92,76). Sum of RGB (Red+Green+Blue) = 97+92+76=265 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.60% from 265); Green value is 92 (36.33% from 255 or 34.72% from 265); Blue value is 76 (30.08% from 255 or 28.68% from 265); Max value from RGB is 97 - color contains mainly: red. Hex color #615C4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615C4C is #9EA3B3. Grayscale: #5B5B5B. Windows color (decimal): -10396596 or 5004385. OLE color: 5004385.

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

Color convert

RGB979276-
CMYK00.050.220.62
HSL45.71º12.14%33.92%-
HSV(B)45.71º21.65%38.04%-
XYZ10.0610.728.38-
YUV91.67119.16131.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.60%
GREEN value IS 92 (36.33% from 255) = 34.72%
BLUE value IS 76 (30.08% from 255) = 28.68%
R=36.60%
G=34.72%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97927600.050.220.6245.7112.1433.92
Hex615C4C05163E2ec22
Octal141134114052676561442
Binary1100001101110010011000101101101111101011101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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