#856534

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

Shades of McKenzie #856534

Tints of McKenzie #856534

Color information

#856534 (or 0x856534) is unknown color: approx McKenzie. HEX triplet: 85, 65 and 34. RGB value is (133,101,52). Sum of RGB (Red+Green+Blue) = 133+101+52=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 133 - color contains mainly: red. Hex color #856534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856534 is #7A9ACB. Grayscale: #696969. Windows color (decimal): -8035020 or 3433861. OLE color: 3433861.

HSL color Cylindrical-coordinate representation of color #856534: hue angle of 36.3º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #856534 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB13310152-
CMYK00.240.610.48
HSL36.3º43.78%36.27%-
HSV(B)36.3º60.9%52.16%-
XYZ14.9514.545.27-
YUV104.9898.1147.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.50%
GREEN value IS 101 (39.84% from 255) = 35.31%
BLUE value IS 52 (20.70% from 255) = 18.18%
R=46.50%
G=35.31%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331015200.240.610.4836.343.7836.27
Hex8565340183D30242c24
Octal205145640307560445444
Binary100001011100101110100011000111101110000100100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856534; }

 p { color: rgb(133,101,52); }

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

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

 a { background-color: rgb(133,101,52); }

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

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

 span { border-color: rgb(133,101,52); }

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