#886A3D

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

Shades of McKenzie #886A3D

Tints of McKenzie #886A3D

Color information

#886A3D (or 0x886A3D) is unknown color: approx McKenzie. HEX triplet: 88, 6A and 3D. RGB value is (136,106,61). Sum of RGB (Red+Green+Blue) = 136+106+61=303 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.88% from 303); Green value is 106 (41.80% from 255 or 34.98% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 136 - color contains mainly: red. Hex color #886A3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886A3D is #7795C2. Grayscale: #6E6E6E. Windows color (decimal): -7837123 or 4024968. OLE color: 4024968.

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

Color convert

RGB13610661-
CMYK00.220.550.47
HSL36º38.07%38.63%-
HSV(B)36º55.15%53.33%-
XYZ16.1515.886.63-
YUV109.84100.44146.66-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.88%
GREEN value IS 106 (41.80% from 255) = 34.98%
BLUE value IS 61 (24.22% from 255) = 20.13%
R=44.88%
G=34.98%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361066100.220.550.473638.0738.63
Hex886A3D016372F242627
Octal210152750266757444647
Binary100010001101010111101010110110111101111100100100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,106,61); }

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

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

 a { background-color: rgb(136,106,61); }

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

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

 span { border-color: rgb(136,106,61); }

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