#605A44

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

Shades of Millbrook #605A44

Tints of Millbrook #605A44

Color information

#605A44 (or 0x605A44) is unknown color: approx Millbrook. HEX triplet: 60, 5A and 44. RGB value is (96,90,68). Sum of RGB (Red+Green+Blue) = 96+90+68=254 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.80% from 254); Green value is 90 (35.55% from 255 or 35.43% from 254); Blue value is 68 (26.95% from 255 or 26.77% from 254); Max value from RGB is 96 - color contains mainly: red. Hex color #605A44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605A44 is #9FA5BB. Grayscale: #595959. Windows color (decimal): -10462652 or 4479584. OLE color: 4479584.

HSL color Cylindrical-coordinate representation of color #605A44: hue angle of 47.14º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #605A44 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB969068-
CMYK00.060.290.62
HSL47.14º17.07%32.16%-
HSV(B)47.14º29.17%37.65%-
XYZ9.5210.226.94-
YUV89.29115.99132.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.80%
GREEN value IS 90 (35.55% from 255) = 35.43%
BLUE value IS 68 (26.95% from 255) = 26.77%
R=37.80%
G=35.43%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96906800.060.290.6247.1417.0732.16
Hex605A44061D3E2f1120
Octal140132104063576572140
Binary11000001011010100010001101110111111010111110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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