#615A42

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

Shades of Millbrook #615A42

Tints of Millbrook #615A42

Color information

#615A42 (or 0x615A42) is unknown color: approx Millbrook. HEX triplet: 61, 5A and 42. RGB value is (97,90,66). Sum of RGB (Red+Green+Blue) = 97+90+66=253 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.34% from 253); Green value is 90 (35.55% from 255 or 35.57% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 97 - color contains mainly: red. Hex color #615A42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615A42 is #9EA5BD. Grayscale: #595959. Windows color (decimal): -10397118 or 4348513. OLE color: 4348513.

HSL color Cylindrical-coordinate representation of color #615A42: hue angle of 46.45º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #615A42 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB979066-
CMYK00.070.320.62
HSL46.45º19.02%31.96%-
HSV(B)46.45º31.96%38.04%-
XYZ9.5710.256.63-
YUV89.36114.82133.45-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.34%
GREEN value IS 90 (35.55% from 255) = 35.57%
BLUE value IS 66 (26.17% from 255) = 26.09%
R=38.34%
G=35.57%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97906600.070.320.6246.4519.0231.96
Hex615A4207203E2e1320
Octal141132102074076562340
Binary110000110110101000010011110000011111010111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,90,66); }

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

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

 a { background-color: rgb(97,90,66); }

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

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

 span { border-color: rgb(97,90,66); }

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