#8B6F3D

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

Shades of McKenzie #8B6F3D

Tints of McKenzie #8B6F3D

Color information

#8B6F3D (or 0x8B6F3D) is unknown color: approx McKenzie. HEX triplet: 8B, 6F and 3D. RGB value is (139,111,61). Sum of RGB (Red+Green+Blue) = 139+111+61=311 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.69% from 311); Green value is 111 (43.75% from 255 or 35.69% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6F3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6F3D is #7490C2. Grayscale: #717171. Windows color (decimal): -7639235 or 4026251. OLE color: 4026251.

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

Color convert

RGB13911161-
CMYK00.200.560.45
HSL38.46º39%39.22%-
HSV(B)38.46º56.12%54.51%-
XYZ17.1717.196.83-
YUV113.6798.28146.07-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.69%
GREEN value IS 111 (43.75% from 255) = 35.69%
BLUE value IS 61 (24.22% from 255) = 19.61%
R=44.69%
G=35.69%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391116100.200.560.4538.463939.22
Hex8B6F3D014382D262727
Octal213157750247055464747
Binary100010111101111111101010100111000101101100110100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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