#605C4B

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

Shades of Millbrook #605C4B

Tints of Millbrook #605C4B

Color information

#605C4B (or 0x605C4B) is unknown color: approx Millbrook. HEX triplet: 60, 5C and 4B. RGB value is (96,92,75). Sum of RGB (Red+Green+Blue) = 96+92+75=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 92 (36.33% from 255 or 34.98% from 263); Blue value is 75 (29.69% from 255 or 28.52% from 263); Max value from RGB is 96 - color contains mainly: red. Hex color #605C4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605C4B is #9FA3B4. Grayscale: #5B5B5B. Windows color (decimal): -10462133 or 4938848. OLE color: 4938848.

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

Color convert

RGB969275-
CMYK00.040.220.62
HSL48.57º12.28%33.53%-
HSV(B)48.57º21.88%37.65%-
XYZ9.9210.658.19-
YUV91.26118.83131.38-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.50%
GREEN value IS 92 (36.33% from 255) = 34.98%
BLUE value IS 75 (29.69% from 255) = 28.52%
R=36.50%
G=34.98%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96927500.040.220.6248.5712.2833.53
Hex605C4B04163E31c22
Octal140134113042676611442
Binary1100000101110010010110100101101111101100011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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