#836540

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

Shades of McKenzie #836540

Tints of McKenzie #836540

Color information

#836540 (or 0x836540) is unknown color: approx McKenzie. HEX triplet: 83, 65 and 40. RGB value is (131,101,64). Sum of RGB (Red+Green+Blue) = 131+101+64=296 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.26% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 131 - color contains mainly: red. Hex color #836540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836540 is #7C9ABF. Grayscale: #696969. Windows color (decimal): -8166080 or 4220291. OLE color: 4220291.

HSL color Cylindrical-coordinate representation of color #836540: hue angle of 33.13º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #836540 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB13110164-
CMYK00.230.510.49
HSL33.13º34.36%38.24%-
HSV(B)33.13º51.15%51.37%-
XYZ14.9414.56.86-
YUV105.75104.44146.01-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.26%
GREEN value IS 101 (39.84% from 255) = 34.12%
BLUE value IS 64 (25.39% from 255) = 21.62%
R=44.26%
G=34.12%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311016400.230.510.4933.1334.3638.24
Hex8365400173331212226
Octal2031451000276361414246
Binary1000001111001011000000010111110011110001100001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836540; }

 p { color: rgb(131,101,64); }

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

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

 a { background-color: rgb(131,101,64); }

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

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

 span { border-color: rgb(131,101,64); }

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