#605B42

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

Shades of Millbrook #605B42

Tints of Millbrook #605B42

Color information

#605B42 (or 0x605B42) is unknown color: approx Millbrook. HEX triplet: 60, 5B and 42. RGB value is (96,91,66). Sum of RGB (Red+Green+Blue) = 96+91+66=253 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.94% from 253); Green value is 91 (35.94% from 255 or 35.97% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 96 - color contains mainly: red. Hex color #605B42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605B42 is #9FA4BD. Grayscale: #595959. Windows color (decimal): -10462398 or 4348768. OLE color: 4348768.

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

Color convert

RGB969166-
CMYK00.050.310.62
HSL50º18.52%31.76%-
HSV(B)50º31.25%37.65%-
XYZ9.5510.366.65-
YUV89.64114.66132.53-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.94%
GREEN value IS 91 (35.94% from 255) = 35.97%
BLUE value IS 66 (26.17% from 255) = 26.09%
R=37.94%
G=35.97%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96916600.050.310.625018.5231.76
Hex605B42051F3E321320
Octal140133102053776622340
Binary11000001011011100001001011111111111011001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605B42; }

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

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

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

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

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

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

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

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