#615C45

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

Shades of Millbrook #615C45

Tints of Millbrook #615C45

Color information

#615C45 (or 0x615C45) is unknown color: approx Millbrook. HEX triplet: 61, 5C and 45. RGB value is (97,92,69). Sum of RGB (Red+Green+Blue) = 97+92+69=258 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.60% from 258); Green value is 92 (36.33% from 255 or 35.66% from 258); Blue value is 69 (27.34% from 255 or 26.74% from 258); Max value from RGB is 97 - color contains mainly: red. Hex color #615C45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615C45 is #9EA3BA. Grayscale: #5A5A5A. Windows color (decimal): -10396603 or 4545633. OLE color: 4545633.

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

Color convert

RGB979269-
CMYK00.050.290.62
HSL49.29º16.87%32.55%-
HSV(B)49.29º28.87%38.04%-
XYZ9.8310.637.16-
YUV90.87115.66132.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.60%
GREEN value IS 92 (36.33% from 255) = 35.66%
BLUE value IS 69 (27.34% from 255) = 26.74%
R=37.60%
G=35.66%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97926900.050.290.6249.2916.8732.55
Hex615C45051D3E311121
Octal141134105053576612141
Binary11000011011100100010101011110111111011000110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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