#605842

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

Shades of Millbrook #605842

Tints of Millbrook #605842

Color information

#605842 (or 0x605842) is unknown color: approx Millbrook. HEX triplet: 60, 58 and 42. RGB value is (96,88,66). Sum of RGB (Red+Green+Blue) = 96+88+66=250 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.4% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 96 - color contains mainly: red. Hex color #605842 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605842 is #9FA7BD. Grayscale: #575757. Windows color (decimal): -10463166 or 4348000. OLE color: 4348000.

HSL color Cylindrical-coordinate representation of color #605842: hue angle of 44º 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 #605842 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB968866-
CMYK00.080.310.62
HSL44º18.52%31.76%-
HSV(B)44º31.25%37.65%-
XYZ9.39.866.57-
YUV87.88115.65133.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.4%
GREEN value IS 88 (34.77% from 255) = 35.2%
BLUE value IS 66 (26.17% from 255) = 26.4%
R=38.4%
G=35.2%
B=26.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96886600.080.310.624418.5231.76
Hex605842081F3E2c1320
Octal1401301020103776542340
Binary110000010110001000010010001111111111010110010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605842; }

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

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

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

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

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

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

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

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