#856840

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

Shades of McKenzie #856840

Tints of McKenzie #856840

Color information

#856840 (or 0x856840) is unknown color: approx McKenzie. HEX triplet: 85, 68 and 40. RGB value is (133,104,64). Sum of RGB (Red+Green+Blue) = 133+104+64=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #856840 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856840 is #7A97BF. Grayscale: #6C6C6C. Windows color (decimal): -8034240 or 4221061. OLE color: 4221061.

HSL color Cylindrical-coordinate representation of color #856840: hue angle of 34.78º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #856840 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB13310464-
CMYK00.220.520.48
HSL34.78º35.03%38.63%-
HSV(B)34.78º51.88%52.16%-
XYZ15.5515.266.98-
YUV108.11103.11145.75-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.19%
GREEN value IS 104 (41.02% from 255) = 34.55%
BLUE value IS 64 (25.39% from 255) = 21.26%
R=44.19%
G=34.55%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331046400.220.520.4834.7835.0338.63
Hex8568400163430232327
Octal2051501000266460434347
Binary1000010111010001000000010110110100110000100011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856840; }

 p { color: rgb(133,104,64); }

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

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

 a { background-color: rgb(133,104,64); }

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

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

 span { border-color: rgb(133,104,64); }

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