#605840

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

Shades of Millbrook #605840

Tints of Millbrook #605840

Color information

#605840 (or 0x605840) is unknown color: approx Millbrook. HEX triplet: 60, 58 and 40. RGB value is (96,88,64). Sum of RGB (Red+Green+Blue) = 96+88+64=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 88 (34.77% from 255 or 35.48% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 96 - color contains mainly: red. Hex color #605840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605840 is #9FA7BF. Grayscale: #575757. Windows color (decimal): -10463168 or 4216928. OLE color: 4216928.

HSL color Cylindrical-coordinate representation of color #605840: hue angle of 45º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #605840 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB968864-
CMYK00.080.330.62
HSL45º20%31.37%-
HSV(B)45º33.33%37.65%-
XYZ9.249.846.26-
YUV87.66114.65133.95-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.71%
GREEN value IS 88 (34.77% from 255) = 35.48%
BLUE value IS 64 (25.39% from 255) = 25.81%
R=38.71%
G=35.48%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96886400.080.330.62452031.37
Hex60584008213E2d141f
Octal1401301000104176552437
Binary110000010110001000000010001000011111101011011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605840; }

 p { color: rgb(96,88,64); }

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

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

 a { background-color: rgb(96,88,64); }

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

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

 span { border-color: rgb(96,88,64); }

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