#866237

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

Shades of McKenzie #866237

Tints of McKenzie #866237

Color information

#866237 (or 0x866237) is unknown color: approx McKenzie. HEX triplet: 86, 62 and 37. RGB value is (134,98,55). Sum of RGB (Red+Green+Blue) = 134+98+55=287 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.69% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 55 (21.88% from 255 or 19.16% from 287); Max value from RGB is 134 - color contains mainly: red. Hex color #866237 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866237 is #799DC8. Grayscale: #686868. Windows color (decimal): -7970249 or 3629702. OLE color: 3629702.

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

Color convert

RGB1349855-
CMYK00.270.590.47
HSL32.66º41.8%37.06%-
HSV(B)32.66º58.96%52.55%-
XYZ14.8914.085.55-
YUV103.86100.43149.5-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.69%
GREEN value IS 98 (38.67% from 255) = 34.15%
BLUE value IS 55 (21.88% from 255) = 19.16%
R=46.69%
G=34.15%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134985500.270.590.4732.6641.837.06
Hex86623701B3B2F212a25
Octal206142670337357415245
Binary100001101100010110111011011111011101111100001101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866237; }

 p { color: rgb(134,98,55); }

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

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

 a { background-color: rgb(134,98,55); }

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

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

 span { border-color: rgb(134,98,55); }

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