#826840

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

Shades of McKenzie #826840

Tints of McKenzie #826840

Color information

#826840 (or 0x826840) is unknown color: approx McKenzie. HEX triplet: 82, 68 and 40. RGB value is (130,104,64). Sum of RGB (Red+Green+Blue) = 130+104+64=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 130 - color contains mainly: red. Hex color #826840 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826840 is #7D97BF. Grayscale: #6B6B6B. Windows color (decimal): -8230848 or 4221058. OLE color: 4221058.

HSL color Cylindrical-coordinate representation of color #826840: hue angle of 36.36º 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 #826840 is Cyan = 0, Magento = 0.2, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB13010464-
CMYK00.20.510.49
HSL36.36º34.02%38.04%-
HSV(B)36.36º50.77%50.98%-
XYZ15.0815.026.95-
YUV107.21103.61144.25-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.62%
GREEN value IS 104 (41.02% from 255) = 34.90%
BLUE value IS 64 (25.39% from 255) = 21.48%
R=43.62%
G=34.90%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301046400.20.510.4936.3634.0238.04
Hex8268400143331242226
Octal2021501000246361444246
Binary1000001011010001000000010100110011110001100100100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826840; }

 p { color: rgb(130,104,64); }

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

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

 a { background-color: rgb(130,104,64); }

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

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

 span { border-color: rgb(130,104,64); }

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