#8B6336

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

Shades of McKenzie #8B6336

Tints of McKenzie #8B6336

Color information

#8B6336 (or 0x8B6336) is unknown color: approx McKenzie. HEX triplet: 8B, 63 and 36. RGB value is (139,99,54). Sum of RGB (Red+Green+Blue) = 139+99+54=292 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.60% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 54 (21.48% from 255 or 18.49% from 292); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6336 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6336 is #749CC9. Grayscale: #6A6A6A. Windows color (decimal): -7642314 or 3564427. OLE color: 3564427.

HSL color Cylindrical-coordinate representation of color #8B6336: hue angle of 31.76º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8B6336 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.45.

Color convert

RGB1399954-
CMYK00.290.610.45
HSL31.76º44.04%37.84%-
HSV(B)31.76º61.15%54.51%-
XYZ15.7814.685.49-
YUV105.8398.75151.66-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.60%
GREEN value IS 99 (39.06% from 255) = 33.90%
BLUE value IS 54 (21.48% from 255) = 18.49%
R=47.60%
G=33.90%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.61
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139995400.290.610.4531.7644.0437.84
Hex8B633601D3D2D202c26
Octal213143660357555405446
Binary100010111100011110110011101111101101101100000101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,99,54); }

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

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

 a { background-color: rgb(139,99,54); }

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

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

 span { border-color: rgb(139,99,54); }

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