#605D4F

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

Shades of Millbrook #605D4F

Tints of Millbrook #605D4F

Color information

#605D4F (or 0x605D4F) is unknown color: approx Millbrook. HEX triplet: 60, 5D and 4F. RGB value is (96,93,79). Sum of RGB (Red+Green+Blue) = 96+93+79=268 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.82% from 268); Green value is 93 (36.72% from 255 or 34.70% from 268); Blue value is 79 (31.25% from 255 or 29.48% from 268); Max value from RGB is 96 - color contains mainly: red. Hex color #605D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605D4F is #9FA2B0. Grayscale: #5C5C5C. Windows color (decimal): -10461873 or 5201248. OLE color: 5201248.

HSL color Cylindrical-coordinate representation of color #605D4F: hue angle of 49.41º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #605D4F is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB969379-
CMYK00.030.180.62
HSL49.41º9.71%34.31%-
HSV(B)49.41º17.71%37.65%-
XYZ10.1510.888.96-
YUV92.3120.49130.64-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.82%
GREEN value IS 93 (36.72% from 255) = 34.70%
BLUE value IS 79 (31.25% from 255) = 29.48%
R=35.82%
G=34.70%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96937900.030.180.6249.419.7134.31
Hex605D4F03123E31a22
Octal140135117032276611242
Binary110000010111011001111011100101111101100011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,93,79); }

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

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

 a { background-color: rgb(96,93,79); }

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

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

 span { border-color: rgb(96,93,79); }

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