#856C3E

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

Shades of McKenzie #856C3E

Tints of McKenzie #856C3E

Color information

#856C3E (or 0x856C3E) is unknown color: approx McKenzie. HEX triplet: 85, 6C and 3E. RGB value is (133,108,62). Sum of RGB (Red+Green+Blue) = 133+108+62=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 108 (42.58% from 255 or 35.64% from 303); Blue value is 62 (24.61% from 255 or 20.46% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #856C3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856C3E is #7A93C1. Grayscale: #6E6E6E. Windows color (decimal): -8033218 or 4091013. OLE color: 4091013.

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

Color convert

RGB13310862-
CMYK00.190.530.48
HSL38.87º36.41%38.24%-
HSV(B)38.87º53.38%52.16%-
XYZ15.916.066.82-
YUV110.23100.78144.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.89%
GREEN value IS 108 (42.58% from 255) = 35.64%
BLUE value IS 62 (24.61% from 255) = 20.46%
R=43.89%
G=35.64%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331086200.190.530.4838.8736.4138.24
Hex856C3E0133530272426
Octal205154760236560474446
Binary100001011101100111110010011110101110000100111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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