#886F3C

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

Shades of McKenzie #886F3C

Tints of McKenzie #886F3C

Color information

#886F3C (or 0x886F3C) is unknown color: approx McKenzie. HEX triplet: 88, 6F and 3C. RGB value is (136,111,60). Sum of RGB (Red+Green+Blue) = 136+111+60=307 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.30% from 307); Green value is 111 (43.75% from 255 or 36.16% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 136 - color contains mainly: red. Hex color #886F3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886F3C is #7790C3. Grayscale: #707070. Windows color (decimal): -7835844 or 3960712. OLE color: 3960712.

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

Color convert

RGB13611160-
CMYK00.180.560.47
HSL40.26º38.78%38.43%-
HSV(B)40.26º55.88%53.33%-
XYZ16.6516.936.66-
YUV112.6698.28144.65-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.30%
GREEN value IS 111 (43.75% from 255) = 36.16%
BLUE value IS 60 (23.83% from 255) = 19.54%
R=44.30%
G=36.16%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361116000.180.560.4740.2638.7838.43
Hex886F3C012382F282726
Octal210157740227057504746
Binary100010001101111111100010010111000101111101000100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,111,60); }

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

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

 a { background-color: rgb(136,111,60); }

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

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

 span { border-color: rgb(136,111,60); }

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