#826936

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

Shades of McKenzie #826936

Tints of McKenzie #826936

Color information

#826936 (or 0x826936) is unknown color: approx McKenzie. HEX triplet: 82, 69 and 36. RGB value is (130,105,54). Sum of RGB (Red+Green+Blue) = 130+105+54=289 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.98% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 54 (21.48% from 255 or 18.69% from 289); Max value from RGB is 130 - color contains mainly: red. Hex color #826936 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826936 is #7D96C9. Grayscale: #6A6A6A. Windows color (decimal): -8230602 or 3565954. OLE color: 3565954.

HSL color Cylindrical-coordinate representation of color #826936: hue angle of 40.26º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #826936 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB13010554-
CMYK00.190.580.49
HSL40.26º41.3%36.08%-
HSV(B)40.26º58.46%50.98%-
XYZ14.9215.125.62-
YUV106.6698.28144.65-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.98%
GREEN value IS 105 (41.41% from 255) = 36.33%
BLUE value IS 54 (21.48% from 255) = 18.69%
R=44.98%
G=36.33%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301055400.190.580.4940.2641.336.08
Hex8269360133A31282924
Octal202151660237261505144
Binary100000101101001110110010011111010110001101000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826936; }

 p { color: rgb(130,105,54); }

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

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

 a { background-color: rgb(130,105,54); }

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

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

 span { border-color: rgb(130,105,54); }

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