#856C3A

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

Shades of McKenzie #856C3A

Tints of McKenzie #856C3A

Color information

#856C3A (or 0x856C3A) is unknown color: approx McKenzie. HEX triplet: 85, 6C and 3A. RGB value is (133,108,58). Sum of RGB (Red+Green+Blue) = 133+108+58=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 108 (42.58% from 255 or 36.12% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #856C3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856C3A is #7A93C5. Grayscale: #6E6E6E. Windows color (decimal): -8033222 or 3828869. OLE color: 3828869.

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

Color convert

RGB13310858-
CMYK00.190.560.48
HSL40º39.27%37.45%-
HSV(B)40º56.39%52.16%-
XYZ15.816.026.26-
YUV109.7798.78144.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.48%
GREEN value IS 108 (42.58% from 255) = 36.12%
BLUE value IS 58 (23.05% from 255) = 19.40%
R=44.48%
G=36.12%
B=19.40%

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
Decimal1331085800.190.560.484039.2737.45
Hex856C3A0133830282725
Octal205154720237060504745
Binary100001011101100111010010011111000110000101000100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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