#8B6432

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

Shades of McKenzie #8B6432

Tints of McKenzie #8B6432

Color information

#8B6432 (or 0x8B6432) is unknown color: approx McKenzie. HEX triplet: 8B, 64 and 32. RGB value is (139,100,50). Sum of RGB (Red+Green+Blue) = 139+100+50=289 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.10% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6432 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6432 is #749BCD. Grayscale: #6A6A6A. Windows color (decimal): -7642062 or 3302539. OLE color: 3302539.

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

Color convert

RGB13910050-
CMYK00.280.640.45
HSL33.71º47.09%37.06%-
HSV(B)33.71º64.03%54.51%-
XYZ15.7814.835.05-
YUV105.9696.42151.57-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.10%
GREEN value IS 100 (39.45% from 255) = 34.60%
BLUE value IS 50 (19.92% from 255) = 17.30%
R=48.10%
G=34.60%
B=17.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391005000.280.640.4533.7147.0937.06
Hex8B643201C402D222f25
Octal2131446203410055425745
Binary1000101111001001100100111001000000101101100010101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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