#8B6132

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

Shades of McKenzie #8B6132

Tints of McKenzie #8B6132

Color information

#8B6132 (or 0x8B6132) is unknown color: approx McKenzie. HEX triplet: 8B, 61 and 32. RGB value is (139,97,50). Sum of RGB (Red+Green+Blue) = 139+97+50=286 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.60% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6132 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6132 is #749ECD. Grayscale: #686868. Windows color (decimal): -7642830 or 3301771. OLE color: 3301771.

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

Color convert

RGB1399750-
CMYK00.300.640.45
HSL31.69º47.09%37.06%-
HSV(B)31.69º64.03%54.51%-
XYZ15.514.274.95-
YUV104.297.41152.82-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.60%
GREEN value IS 97 (38.28% from 255) = 33.92%
BLUE value IS 50 (19.92% from 255) = 17.48%
R=48.60%
G=33.92%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139975000.300.640.4531.6947.0937.06
Hex8B613201E402D202f25
Octal2131416203610055405745
Binary1000101111000011100100111101000000101101100000101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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