#856C3B

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

Shades of McKenzie #856C3B

Tints of McKenzie #856C3B

Color information

#856C3B (or 0x856C3B) is unknown color: approx McKenzie. HEX triplet: 85, 6C and 3B. RGB value is (133,108,59). Sum of RGB (Red+Green+Blue) = 133+108+59=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 108 (42.58% from 255 or 36% from 300); Blue value is 59 (23.44% from 255 or 19.67% from 300); Max value from RGB is 133 - color contains mainly: red. Hex color #856C3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856C3B is #7A93C4. Grayscale: #6E6E6E. Windows color (decimal): -8033221 or 3894405. OLE color: 3894405.

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

Color convert

RGB13310859-
CMYK00.190.560.48
HSL39.73º38.54%37.65%-
HSV(B)39.73º55.64%52.16%-
XYZ15.8216.036.4-
YUV109.8999.28144.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.33%
GREEN value IS 108 (42.58% from 255) = 36%
BLUE value IS 59 (23.44% from 255) = 19.67%
R=44.33%
G=36%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331085900.190.560.4839.7338.5437.65
Hex856C3B0133830282726
Octal205154730237060504746
Binary100001011101100111011010011111000110000101000100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856C3B; }

 p { color: rgb(133,108,59); }

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

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

 a { background-color: rgb(133,108,59); }

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

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

 span { border-color: rgb(133,108,59); }

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