#866436

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

Shades of McKenzie #866436

Tints of McKenzie #866436

Color information

#866436 (or 0x866436) is unknown color: approx McKenzie. HEX triplet: 86, 64 and 36. RGB value is (134,100,54). Sum of RGB (Red+Green+Blue) = 134+100+54=288 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.53% from 288); Green value is 100 (39.45% from 255 or 34.72% from 288); Blue value is 54 (21.48% from 255 or 18.75% from 288); Max value from RGB is 134 - color contains mainly: red. Hex color #866436 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866436 is #799BC9. Grayscale: #696969. Windows color (decimal): -7969738 or 3564678. OLE color: 3564678.

HSL color Cylindrical-coordinate representation of color #866436: hue angle of 34.5º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #866436 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB13410054-
CMYK00.250.600.47
HSL34.5º42.55%36.86%-
HSV(B)34.5º59.7%52.55%-
XYZ15.0514.455.49-
YUV104.9299.26148.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.53%
GREEN value IS 100 (39.45% from 255) = 34.72%
BLUE value IS 54 (21.48% from 255) = 18.75%
R=46.53%
G=34.72%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341005400.250.600.4734.542.5536.86
Hex8664360193C2F222b25
Octal206144660317457425345
Binary100001101100100110110011001111100101111100010101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866436; }

 p { color: rgb(134,100,54); }

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

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

 a { background-color: rgb(134,100,54); }

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

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

 span { border-color: rgb(134,100,54); }

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