#856B3A

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

Shades of McKenzie #856B3A

Tints of McKenzie #856B3A

Color information

#856B3A (or 0x856B3A) is unknown color: approx McKenzie. HEX triplet: 85, 6B and 3A. RGB value is (133,107,58). Sum of RGB (Red+Green+Blue) = 133+107+58=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 107 (42.19% from 255 or 35.91% from 298); Blue value is 58 (23.05% from 255 or 19.46% from 298); Max value from RGB is 133 - color contains mainly: red. Hex color #856B3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856B3A is #7A94C5. Grayscale: #6D6D6D. Windows color (decimal): -8033478 or 3828613. OLE color: 3828613.

HSL color Cylindrical-coordinate representation of color #856B3A: hue angle of 39.2º 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 #856B3A is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB13310758-
CMYK00.200.560.48
HSL39.2º39.27%37.45%-
HSV(B)39.2º56.39%52.16%-
XYZ15.6915.816.23-
YUV109.1999.11144.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.63%
GREEN value IS 107 (42.19% from 255) = 35.91%
BLUE value IS 58 (23.05% from 255) = 19.46%
R=44.63%
G=35.91%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331075800.200.560.4839.239.2737.45
Hex856B3A0143830272725
Octal205153720247060474745
Binary100001011101011111010010100111000110000100111100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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