#8B6440

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

Shades of McKenzie #8B6440

Tints of McKenzie #8B6440

Color information

#8B6440 (or 0x8B6440) is unknown color: approx McKenzie. HEX triplet: 8B, 64 and 40. RGB value is (139,100,64). Sum of RGB (Red+Green+Blue) = 139+100+64=303 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.87% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6440 is #749BBF. Grayscale: #6B6B6B. Windows color (decimal): -7642048 or 4220043. OLE color: 4220043.

HSL color Cylindrical-coordinate representation of color #8B6440: hue angle of 28.8º 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 #8B6440 is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.45.

Color convert

RGB13910064-
CMYK00.280.540.45
HSL28.8º36.95%39.8%-
HSV(B)28.8º53.96%54.51%-
XYZ16.1314.976.89-
YUV107.56103.42150.43-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.87%
GREEN value IS 100 (39.45% from 255) = 33.00%
BLUE value IS 64 (25.39% from 255) = 21.12%
R=45.87%
G=33.00%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.54
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391006400.280.540.4528.836.9539.8
Hex8B644001C362D1d2528
Octal2131441000346655354550
Binary100010111100100100000001110011011010110111101100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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