#605B43

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

Shades of Millbrook #605B43

Tints of Millbrook #605B43

Color information

#605B43 (or 0x605B43) is unknown color: approx Millbrook. HEX triplet: 60, 5B and 43. RGB value is (96,91,67). Sum of RGB (Red+Green+Blue) = 96+91+67=254 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.80% from 254); Green value is 91 (35.94% from 255 or 35.83% from 254); Blue value is 67 (26.56% from 255 or 26.38% from 254); Max value from RGB is 96 - color contains mainly: red. Hex color #605B43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605B43 is #9FA4BC. Grayscale: #595959. Windows color (decimal): -10462397 or 4414304. OLE color: 4414304.

HSL color Cylindrical-coordinate representation of color #605B43: hue angle of 49.66º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #605B43 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB969167-
CMYK00.050.300.62
HSL49.66º17.79%31.96%-
HSV(B)49.66º30.21%37.65%-
XYZ9.5810.376.81-
YUV89.76115.16132.45-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.80%
GREEN value IS 91 (35.94% from 255) = 35.83%
BLUE value IS 67 (26.56% from 255) = 26.38%
R=37.80%
G=35.83%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96916700.050.300.6249.6617.7931.96
Hex605B43051E3E321220
Octal140133103053676622240
Binary11000001011011100001101011111011111011001010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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