#8B6434

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

Shades of McKenzie #8B6434

Tints of McKenzie #8B6434

Color information

#8B6434 (or 0x8B6434) is unknown color: approx McKenzie. HEX triplet: 8B, 64 and 34. RGB value is (139,100,52). Sum of RGB (Red+Green+Blue) = 139+100+52=291 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.77% from 291); Green value is 100 (39.45% from 255 or 34.36% from 291); Blue value is 52 (20.70% from 255 or 17.87% from 291); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6434 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6434 is #749BCB. Grayscale: #6A6A6A. Windows color (decimal): -7642060 or 3433611. OLE color: 3433611.

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

Color convert

RGB13910052-
CMYK00.280.630.45
HSL33.1º45.55%37.45%-
HSV(B)33.1º62.59%54.51%-
XYZ15.8214.855.28-
YUV106.1997.42151.4-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.77%
GREEN value IS 100 (39.45% from 255) = 34.36%
BLUE value IS 52 (20.70% from 255) = 17.87%
R=47.77%
G=34.36%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391005200.280.630.4533.145.5537.45
Hex8B643401C3F2D212e25
Octal213144640347755415645
Binary100010111100100110100011100111111101101100001101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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