#605944

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

Shades of Millbrook #605944

Tints of Millbrook #605944

Color information

#605944 (or 0x605944) is unknown color: approx Millbrook. HEX triplet: 60, 59 and 44. RGB value is (96,89,68). Sum of RGB (Red+Green+Blue) = 96+89+68=253 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.94% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 68 (26.95% from 255 or 26.88% from 253); Max value from RGB is 96 - color contains mainly: red. Hex color #605944 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605944 is #9FA6BB. Grayscale: #585858. Windows color (decimal): -10462908 or 4479328. OLE color: 4479328.

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

Color convert

RGB968968-
CMYK00.070.290.62
HSL45º17.07%32.16%-
HSV(B)45º29.17%37.65%-
XYZ9.4410.056.91-
YUV88.7116.32133.21-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.94%
GREEN value IS 89 (35.16% from 255) = 35.18%
BLUE value IS 68 (26.95% from 255) = 26.88%
R=37.94%
G=35.18%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96896800.070.290.624517.0732.16
Hex605944071D3E2d1120
Octal140131104073576552140
Binary11000001011001100010001111110111111010110110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605944; }

 p { color: rgb(96,89,68); }

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

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

 a { background-color: rgb(96,89,68); }

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

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

 span { border-color: rgb(96,89,68); }

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