#605942

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

Shades of Millbrook #605942

Tints of Millbrook #605942

Color information

#605942 (or 0x605942) is unknown color: approx Millbrook. HEX triplet: 60, 59 and 42. RGB value is (96,89,66). Sum of RGB (Red+Green+Blue) = 96+89+66=251 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.25% from 251); Green value is 89 (35.16% from 255 or 35.46% from 251); Blue value is 66 (26.17% from 255 or 26.29% from 251); Max value from RGB is 96 - color contains mainly: red. Hex color #605942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605942 is #9FA6BD. Grayscale: #585858. Windows color (decimal): -10462910 or 4348256. OLE color: 4348256.

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

Color convert

RGB968966-
CMYK00.070.310.62
HSL46º18.52%31.76%-
HSV(B)46º31.25%37.65%-
XYZ9.3810.026.59-
YUV88.47115.32133.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.25%
GREEN value IS 89 (35.16% from 255) = 35.46%
BLUE value IS 66 (26.17% from 255) = 26.29%
R=38.25%
G=35.46%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96896600.070.310.624618.5231.76
Hex605942071F3E2e1320
Octal140131102073776562340
Binary11000001011001100001001111111111111010111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605942; }

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

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

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

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

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

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

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

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