#866337

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

Shades of McKenzie #866337

Tints of McKenzie #866337

Color information

#866337 (or 0x866337) is unknown color: approx McKenzie. HEX triplet: 86, 63 and 37. RGB value is (134,99,55). Sum of RGB (Red+Green+Blue) = 134+99+55=288 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.53% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 55 (21.88% from 255 or 19.10% from 288); Max value from RGB is 134 - color contains mainly: red. Hex color #866337 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866337 is #799CC8. Grayscale: #686868. Windows color (decimal): -7969993 or 3629958. OLE color: 3629958.

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

Color convert

RGB1349955-
CMYK00.260.590.47
HSL33.42º41.8%37.06%-
HSV(B)33.42º58.96%52.55%-
XYZ14.9814.275.58-
YUV104.45100.1149.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.53%
GREEN value IS 99 (39.06% from 255) = 34.38%
BLUE value IS 55 (21.88% from 255) = 19.10%
R=46.53%
G=34.38%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134995500.260.590.4733.4241.837.06
Hex86633701A3B2F212a25
Octal206143670327357415245
Binary100001101100011110111011010111011101111100001101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866337; }

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

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

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

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

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

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

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

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