#8B6B40

Color #8B6B40 McKenzie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of McKenzie #8B6B40

Tints of McKenzie #8B6B40

Color information

#8B6B40 (or 0x8B6B40) is unknown color: approx McKenzie. HEX triplet: 8B, 6B and 40. RGB value is (139,107,64). Sum of RGB (Red+Green+Blue) = 139+107+64=310 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.84% from 310); Green value is 107 (42.19% from 255 or 34.52% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6B40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6B40 is #7494BF. Grayscale: #6F6F6F. Windows color (decimal): -7640256 or 4221835. OLE color: 4221835.

HSL color Cylindrical-coordinate representation of color #8B6B40: hue angle of 34.4º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8B6B40 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.45.

Color convert

RGB13910764-
CMYK00.230.540.45
HSL34.4º36.95%39.8%-
HSV(B)34.4º53.96%54.51%-
XYZ16.8316.377.12-
YUV111.67101.1147.5-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.84%
GREEN value IS 107 (42.19% from 255) = 34.52%
BLUE value IS 64 (25.39% from 255) = 20.65%
R=44.84%
G=34.52%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.54
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391076400.230.540.4534.436.9539.8
Hex8B6B40017362D222528
Octal2131531000276655424550
Binary1000101111010111000000010111110110101101100010100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B6B40; }

 p { color: rgb(139,107,64); }

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

<style>
 a { background-color: #8B6B40; }

 a { background-color: rgb(139,107,64); }

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

<style>
 span { border-color: #8B6B40; }

 span { border-color: rgb(139,107,64); }

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