#8B6134

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

Shades of McKenzie #8B6134

Tints of McKenzie #8B6134

Color information

#8B6134 (or 0x8B6134) is unknown color: approx McKenzie. HEX triplet: 8B, 61 and 34. RGB value is (139,97,52). Sum of RGB (Red+Green+Blue) = 139+97+52=288 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.26% from 288); Green value is 97 (38.28% from 255 or 33.68% from 288); Blue value is 52 (20.70% from 255 or 18.06% from 288); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6134 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6134 is #749ECB. Grayscale: #686868. Windows color (decimal): -7642828 or 3432843. OLE color: 3432843.

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

Color convert

RGB1399752-
CMYK00.300.630.45
HSL31.03º45.55%37.45%-
HSV(B)31.03º62.59%54.51%-
XYZ15.5414.295.19-
YUV104.4398.41152.66-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.26%
GREEN value IS 97 (38.28% from 255) = 33.68%
BLUE value IS 52 (20.70% from 255) = 18.06%
R=48.26%
G=33.68%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139975200.300.630.4531.0345.5537.45
Hex8B613401E3F2D1f2e25
Octal213141640367755375645
Binary10001011110000111010001111011111110110111111101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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