#826636

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

Shades of McKenzie #826636

Tints of McKenzie #826636

Color information

#826636 (or 0x826636) is unknown color: approx McKenzie. HEX triplet: 82, 66 and 36. RGB value is (130,102,54). Sum of RGB (Red+Green+Blue) = 130+102+54=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 54 (21.48% from 255 or 18.88% from 286); Max value from RGB is 130 - color contains mainly: red. Hex color #826636 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826636 is #7D99C9. Grayscale: #696969. Windows color (decimal): -8231370 or 3565186. OLE color: 3565186.

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

Color convert

RGB13010254-
CMYK00.220.580.49
HSL37.89º41.3%36.08%-
HSV(B)37.89º58.46%50.98%-
XYZ14.6214.515.52-
YUV104.999.28145.9-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.45%
GREEN value IS 102 (40.23% from 255) = 35.66%
BLUE value IS 54 (21.48% from 255) = 18.88%
R=45.45%
G=35.66%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301025400.220.580.4937.8941.336.08
Hex8266360163A31262924
Octal202146660267261465144
Binary100000101100110110110010110111010110001100110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826636; }

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

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

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

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

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

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

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

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