#826637

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

Shades of McKenzie #826637

Tints of McKenzie #826637

Color information

#826637 (or 0x826637) is unknown color: approx McKenzie. HEX triplet: 82, 66 and 37. RGB value is (130,102,55). Sum of RGB (Red+Green+Blue) = 130+102+55=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 55 (21.88% from 255 or 19.16% from 287); Max value from RGB is 130 - color contains mainly: red. Hex color #826637 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826637 is #7D99C8. Grayscale: #696969. Windows color (decimal): -8231369 or 3630722. OLE color: 3630722.

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

Color convert

RGB13010255-
CMYK00.220.580.49
HSL37.6º40.54%36.27%-
HSV(B)37.6º57.69%50.98%-
XYZ14.6514.525.65-
YUV105.0199.78145.82-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.30%
GREEN value IS 102 (40.23% from 255) = 35.54%
BLUE value IS 55 (21.88% from 255) = 19.16%
R=45.30%
G=35.54%
B=19.16%

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
Decimal1301025500.220.580.4937.640.5436.27
Hex8266370163A31262924
Octal202146670267261465144
Binary100000101100110110111010110111010110001100110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826637; }

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

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

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

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

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

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

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

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