#605E4F

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

Shades of Millbrook #605E4F

Tints of Millbrook #605E4F

Color information

#605E4F (or 0x605E4F) is unknown color: approx Millbrook. HEX triplet: 60, 5E and 4F. RGB value is (96,94,79). Sum of RGB (Red+Green+Blue) = 96+94+79=269 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.69% from 269); Green value is 94 (37.11% from 255 or 34.94% from 269); Blue value is 79 (31.25% from 255 or 29.37% from 269); Max value from RGB is 96 - color contains mainly: red. Hex color #605E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605E4F is #9FA1B0. Grayscale: #5C5C5C. Windows color (decimal): -10461617 or 5201504. OLE color: 5201504.

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

Color convert

RGB969479-
CMYK00.020.180.62
HSL52.94º9.71%34.31%-
HSV(B)52.94º17.71%37.65%-
XYZ10.2411.068.99-
YUV92.89120.16130.22-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.69%
GREEN value IS 94 (37.11% from 255) = 34.94%
BLUE value IS 79 (31.25% from 255) = 29.37%
R=35.69%
G=34.94%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96947900.020.180.6252.949.7134.31
Hex605E4F02123E35a22
Octal140136117022276651242
Binary110000010111101001111010100101111101101011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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