#826635

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

Shades of McKenzie #826635

Tints of McKenzie #826635

Color information

#826635 (or 0x826635) is unknown color: approx McKenzie. HEX triplet: 82, 66 and 35. RGB value is (130,102,53). Sum of RGB (Red+Green+Blue) = 130+102+53=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 53 (21.09% from 255 or 18.60% from 285); Max value from RGB is 130 - color contains mainly: red. Hex color #826635 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826635 is #7D99CA. Grayscale: #696969. Windows color (decimal): -8231371 or 3499650. OLE color: 3499650.

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

Color convert

RGB13010253-
CMYK00.220.590.49
HSL38.18º42.08%35.88%-
HSV(B)38.18º59.23%50.98%-
XYZ14.614.515.4-
YUV104.7998.78145.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.61%
GREEN value IS 102 (40.23% from 255) = 35.79%
BLUE value IS 53 (21.09% from 255) = 18.60%
R=45.61%
G=35.79%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301025300.220.590.4938.1842.0835.88
Hex8266350163B31262a24
Octal202146650267361465244
Binary100000101100110110101010110111011110001100110101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826635; }

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

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

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

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

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

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

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

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