#886534

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

Shades of McKenzie #886534

Tints of McKenzie #886534

Color information

#886534 (or 0x886534) is unknown color: approx McKenzie. HEX triplet: 88, 65 and 34. RGB value is (136,101,52). Sum of RGB (Red+Green+Blue) = 136+101+52=289 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.06% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 52 (20.70% from 255 or 17.99% from 289); Max value from RGB is 136 - color contains mainly: red. Hex color #886534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886534 is #779ACB. Grayscale: #6A6A6A. Windows color (decimal): -7838412 or 3433864. OLE color: 3433864.

HSL color Cylindrical-coordinate representation of color #886534: hue angle of 35º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #886534 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB13610152-
CMYK00.260.620.47
HSL35º44.68%36.86%-
HSV(B)35º61.76%53.33%-
XYZ15.4314.795.29-
YUV105.8897.6149.48-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.06%
GREEN value IS 101 (39.84% from 255) = 34.95%
BLUE value IS 52 (20.70% from 255) = 17.99%
R=47.06%
G=34.95%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361015200.260.620.473544.6836.86
Hex88653401A3E2F232d25
Octal210145640327657435545
Binary100010001100101110100011010111110101111100011101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886534; }

 p { color: rgb(136,101,52); }

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

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

 a { background-color: rgb(136,101,52); }

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

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

 span { border-color: rgb(136,101,52); }

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