#866635

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

Shades of McKenzie #866635

Tints of McKenzie #866635

Color information

#866635 (or 0x866635) is unknown color: approx McKenzie. HEX triplet: 86, 66 and 35. RGB value is (134,102,53). Sum of RGB (Red+Green+Blue) = 134+102+53=289 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.37% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 53 (21.09% from 255 or 18.34% from 289); Max value from RGB is 134 - color contains mainly: red. Hex color #866635 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866635 is #7999CA. Grayscale: #6A6A6A. Windows color (decimal): -7969227 or 3499654. OLE color: 3499654.

HSL color Cylindrical-coordinate representation of color #866635: hue angle of 36.3º 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 #866635 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB13410253-
CMYK00.240.600.47
HSL36.3º43.32%36.67%-
HSV(B)36.3º60.45%52.55%-
XYZ15.2314.835.43-
YUV105.9898.1147.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.37%
GREEN value IS 102 (40.23% from 255) = 35.29%
BLUE value IS 53 (21.09% from 255) = 18.34%
R=46.37%
G=35.29%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341025300.240.600.4736.343.3236.67
Hex8666350183C2F242b25
Octal206146650307457445345
Binary100001101100110110101011000111100101111100100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866635; }

 p { color: rgb(134,102,53); }

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

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

 a { background-color: rgb(134,102,53); }

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

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

 span { border-color: rgb(134,102,53); }

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