#8B6832

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

Shades of McKenzie #8B6832

Tints of McKenzie #8B6832

Color information

#8B6832 (or 0x8B6832) is unknown color: approx McKenzie. HEX triplet: 8B, 68 and 32. RGB value is (139,104,50). Sum of RGB (Red+Green+Blue) = 139+104+50=293 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.44% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 50 (19.92% from 255 or 17.06% from 293); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6832 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6832 is #7497CD. Grayscale: #6C6C6C. Windows color (decimal): -7641038 or 3303563. OLE color: 3303563.

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

Color convert

RGB13910450-
CMYK00.250.640.45
HSL36.4º47.09%37.06%-
HSV(B)36.4º64.03%54.51%-
XYZ16.1715.625.18-
YUV108.3195.1149.89-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.44%
GREEN value IS 104 (41.02% from 255) = 35.49%
BLUE value IS 50 (19.92% from 255) = 17.06%
R=47.44%
G=35.49%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391045000.250.640.4536.447.0937.06
Hex8B6832019402D242f25
Octal2131506203110055445745
Binary1000101111010001100100110011000000101101100100101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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