#8B6844

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

Shades of McKenzie #8B6844

Tints of McKenzie #8B6844

Color information

#8B6844 (or 0x8B6844) is unknown color: approx McKenzie. HEX triplet: 8B, 68 and 44. RGB value is (139,104,68). Sum of RGB (Red+Green+Blue) = 139+104+68=311 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.69% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 68 (26.95% from 255 or 21.86% from 311); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6844 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6844 is #7497BB. Grayscale: #6E6E6E. Windows color (decimal): -7641020 or 4483211. OLE color: 4483211.

HSL color Cylindrical-coordinate representation of color #8B6844: hue angle of 30.42º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8B6844 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.45.

Color convert

RGB13910468-
CMYK00.250.510.45
HSL30.42º34.3%40.59%-
HSV(B)30.42º51.08%54.51%-
XYZ16.6415.817.64-
YUV110.36104.1148.43-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.69%
GREEN value IS 104 (41.02% from 255) = 33.44%
BLUE value IS 68 (26.95% from 255) = 21.86%
R=44.69%
G=33.44%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391046800.250.510.4530.4234.340.59
Hex8B6844019332D1e2229
Octal2131501040316355364251
Binary100010111101000100010001100111001110110111110100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,104,68); }

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

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

 a { background-color: rgb(139,104,68); }

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

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

 span { border-color: rgb(139,104,68); }

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