#856642

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

Shades of McKenzie #856642

Tints of McKenzie #856642

Color information

#856642 (or 0x856642) is unknown color: approx McKenzie. HEX triplet: 85, 66 and 42. RGB value is (133,102,66). Sum of RGB (Red+Green+Blue) = 133+102+66=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #856642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856642 is #7A99BD. Grayscale: #6B6B6B. Windows color (decimal): -8034750 or 4351621. OLE color: 4351621.

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

Color convert

RGB13310266-
CMYK00.230.500.48
HSL32.24º33.67%39.02%-
HSV(B)32.24º50.38%52.16%-
XYZ15.4114.887.21-
YUV107.16104.77146.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.19%
GREEN value IS 102 (40.23% from 255) = 33.89%
BLUE value IS 66 (26.17% from 255) = 21.93%
R=44.19%
G=33.89%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331026600.230.500.4832.2433.6739.02
Hex8566420173230202227
Octal2051461020276260404247
Binary1000010111001101000010010111110010110000100000100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856642; }

 p { color: rgb(133,102,66); }

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

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

 a { background-color: rgb(133,102,66); }

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

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

 span { border-color: rgb(133,102,66); }

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