#856B38

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

Shades of McKenzie #856B38

Tints of McKenzie #856B38

Color information

#856B38 (or 0x856B38) is unknown color: approx McKenzie. HEX triplet: 85, 6B and 38. RGB value is (133,107,56). Sum of RGB (Red+Green+Blue) = 133+107+56=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 107 (42.19% from 255 or 36.15% from 296); Blue value is 56 (22.27% from 255 or 18.92% from 296); Max value from RGB is 133 - color contains mainly: red. Hex color #856B38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856B38 is #7A94C7. Grayscale: #6D6D6D. Windows color (decimal): -8033480 or 3697541. OLE color: 3697541.

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

Color convert

RGB13310756-
CMYK00.200.580.48
HSL39.74º40.74%37.06%-
HSV(B)39.74º57.89%52.16%-
XYZ15.6415.795.96-
YUV108.9698.11145.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.93%
GREEN value IS 107 (42.19% from 255) = 36.15%
BLUE value IS 56 (22.27% from 255) = 18.92%
R=44.93%
G=36.15%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331075600.200.580.4839.7440.7437.06
Hex856B380143A30282925
Octal205153700247260505145
Binary100001011101011111000010100111010110000101000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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