#605A42

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

Shades of Millbrook #605A42

Tints of Millbrook #605A42

Color information

#605A42 (or 0x605A42) is unknown color: approx Millbrook. HEX triplet: 60, 5A and 42. RGB value is (96,90,66). Sum of RGB (Red+Green+Blue) = 96+90+66=252 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.10% from 252); Green value is 90 (35.55% from 255 or 35.71% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 96 - color contains mainly: red. Hex color #605A42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605A42 is #9FA5BD. Grayscale: #595959. Windows color (decimal): -10462654 or 4348512. OLE color: 4348512.

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

Color convert

RGB969066-
CMYK00.060.310.62
HSL48º18.52%31.76%-
HSV(B)48º31.25%37.65%-
XYZ9.4610.196.62-
YUV89.06114.99132.95-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.10%
GREEN value IS 90 (35.55% from 255) = 35.71%
BLUE value IS 66 (26.17% from 255) = 26.19%
R=38.10%
G=35.71%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96906600.060.310.624818.5231.76
Hex605A42061F3E301320
Octal140132102063776602340
Binary11000001011010100001001101111111111011000010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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