#866439

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

Shades of McKenzie #866439

Tints of McKenzie #866439

Color information

#866439 (or 0x866439) is unknown color: approx McKenzie. HEX triplet: 86, 64 and 39. RGB value is (134,100,57). Sum of RGB (Red+Green+Blue) = 134+100+57=291 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.05% from 291); Green value is 100 (39.45% from 255 or 34.36% from 291); Blue value is 57 (22.66% from 255 or 19.59% from 291); Max value from RGB is 134 - color contains mainly: red. Hex color #866439 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866439 is #799BC6. Grayscale: #696969. Windows color (decimal): -7969735 or 3761286. OLE color: 3761286.

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

Color convert

RGB13410057-
CMYK00.250.570.47
HSL33.51º40.31%37.45%-
HSV(B)33.51º57.46%52.55%-
XYZ15.1314.485.87-
YUV105.26100.76148.5-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.05%
GREEN value IS 100 (39.45% from 255) = 34.36%
BLUE value IS 57 (22.66% from 255) = 19.59%
R=46.05%
G=34.36%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341005700.250.570.4733.5140.3137.45
Hex866439019392F222825
Octal206144710317157425045
Binary100001101100100111001011001111001101111100010101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866439; }

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

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

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

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

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

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

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

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