#8B6D3D

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

Shades of McKenzie #8B6D3D

Tints of McKenzie #8B6D3D

Color information

#8B6D3D (or 0x8B6D3D) is unknown color: approx McKenzie. HEX triplet: 8B, 6D and 3D. RGB value is (139,109,61). Sum of RGB (Red+Green+Blue) = 139+109+61=309 (40% of max value = 765). Red value is 139 (54.69% from 255 or 44.98% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6D3D is #7492C2. Grayscale: #707070. Windows color (decimal): -7639747 or 4025739. OLE color: 4025739.

HSL color Cylindrical-coordinate representation of color #8B6D3D: hue angle of 36.92º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8B6D3D is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB13910961-
CMYK00.220.560.45
HSL36.92º39%39.22%-
HSV(B)36.92º56.12%54.51%-
XYZ16.9616.766.76-
YUV112.598.94146.9-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.98%
GREEN value IS 109 (42.97% from 255) = 35.28%
BLUE value IS 61 (24.22% from 255) = 19.74%
R=44.98%
G=35.28%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391096100.220.560.4536.923939.22
Hex8B6D3D016382D252727
Octal213155750267055454747
Binary100010111101101111101010110111000101101100101100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,109,61); }

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

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

 a { background-color: rgb(139,109,61); }

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

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

 span { border-color: rgb(139,109,61); }

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