#886C3A

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

Shades of McKenzie #886C3A

Tints of McKenzie #886C3A

Color information

#886C3A (or 0x886C3A) is unknown color: approx McKenzie. HEX triplet: 88, 6C and 3A. RGB value is (136,108,58). Sum of RGB (Red+Green+Blue) = 136+108+58=302 (40% of max value = 765). Red value is 136 (53.52% from 255 or 45.03% from 302); Green value is 108 (42.58% from 255 or 35.76% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 136 - color contains mainly: red. Hex color #886C3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886C3A is #7793C5. Grayscale: #6E6E6E. Windows color (decimal): -7836614 or 3828872. OLE color: 3828872.

HSL color Cylindrical-coordinate representation of color #886C3A: hue angle of 38.46º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #886C3A is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB13610858-
CMYK00.210.570.47
HSL38.46º40.21%38.04%-
HSV(B)38.46º57.35%53.33%-
XYZ16.2816.266.28-
YUV110.6798.28146.07-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.03%
GREEN value IS 108 (42.58% from 255) = 35.76%
BLUE value IS 58 (23.05% from 255) = 19.21%
R=45.03%
G=35.76%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361085800.210.570.4738.4640.2138.04
Hex886C3A015392F262826
Octal210154720257157465046
Binary100010001101100111010010101111001101111100110101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886C3A; }

 p { color: rgb(136,108,58); }

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

<style>
 a { background-color: #886C3A; }

 a { background-color: rgb(136,108,58); }

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

<style>
 span { border-color: #886C3A; }

 span { border-color: rgb(136,108,58); }

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