#605B4B

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

Shades of Millbrook #605B4B

Tints of Millbrook #605B4B

Color information

#605B4B (or 0x605B4B) is unknown color: approx Millbrook. HEX triplet: 60, 5B and 4B. RGB value is (96,91,75). Sum of RGB (Red+Green+Blue) = 96+91+75=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 91 (35.94% from 255 or 34.73% from 262); Blue value is 75 (29.69% from 255 or 28.63% from 262); Max value from RGB is 96 - color contains mainly: red. Hex color #605B4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605B4B is #9FA4B4. Grayscale: #5A5A5A. Windows color (decimal): -10462389 or 4938592. OLE color: 4938592.

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

Color convert

RGB969175-
CMYK00.050.220.62
HSL45.71º12.28%33.53%-
HSV(B)45.71º21.88%37.65%-
XYZ9.8310.488.16-
YUV90.67119.16131.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.64%
GREEN value IS 91 (35.94% from 255) = 34.73%
BLUE value IS 75 (29.69% from 255) = 28.63%
R=36.64%
G=34.73%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96917500.050.220.6245.7112.2833.53
Hex605B4B05163E2ec22
Octal140133113052676561442
Binary1100000101101110010110101101101111101011101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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