#605841

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

Shades of Millbrook #605841

Tints of Millbrook #605841

Color information

#605841 (or 0x605841) is unknown color: approx Millbrook. HEX triplet: 60, 58 and 41. RGB value is (96,88,65). Sum of RGB (Red+Green+Blue) = 96+88+65=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 65 (25.78% from 255 or 26.10% from 249); Max value from RGB is 96 - color contains mainly: red. Hex color #605841 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605841 is #9FA7BE. Grayscale: #575757. Windows color (decimal): -10463167 or 4282464. OLE color: 4282464.

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

Color convert

RGB968865-
CMYK00.080.320.62
HSL44.52º19.25%31.57%-
HSV(B)44.52º32.29%37.65%-
XYZ9.279.856.41-
YUV87.77115.15133.87-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.55%
GREEN value IS 88 (34.77% from 255) = 35.34%
BLUE value IS 65 (25.78% from 255) = 26.10%
R=38.55%
G=35.34%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96886500.080.320.6244.5219.2531.57
Hex60584108203E2d1320
Octal1401301010104076552340
Binary1100000101100010000010100010000011111010110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605841; }

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

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

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

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

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

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

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

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