#605C4D

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

Shades of Millbrook #605C4D

Tints of Millbrook #605C4D

Color information

#605C4D (or 0x605C4D) is unknown color: approx Millbrook. HEX triplet: 60, 5C and 4D. RGB value is (96,92,77). Sum of RGB (Red+Green+Blue) = 96+92+77=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 92 (36.33% from 255 or 34.72% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 96 - color contains mainly: red. Hex color #605C4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605C4D is #9FA3B2. Grayscale: #5B5B5B. Windows color (decimal): -10462131 or 5069920. OLE color: 5069920.

HSL color Cylindrical-coordinate representation of color #605C4D: hue angle of 47.37º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #605C4D is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB969277-
CMYK00.040.200.62
HSL47.37º10.98%33.92%-
HSV(B)47.37º19.79%37.65%-
XYZ9.9910.688.56-
YUV91.49119.83131.22-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.23%
GREEN value IS 92 (36.33% from 255) = 34.72%
BLUE value IS 77 (30.47% from 255) = 29.06%
R=36.23%
G=34.72%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96927700.040.200.6247.3710.9833.92
Hex605C4D04143E2fb22
Octal140134115042476571342
Binary1100000101110010011010100101001111101011111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,92,77); }

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

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

 a { background-color: rgb(96,92,77); }

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

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

 span { border-color: rgb(96,92,77); }

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