#82663F

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

Shades of McKenzie #82663F

Tints of McKenzie #82663F

Color information

#82663F (or 0x82663F) is unknown color: approx McKenzie. HEX triplet: 82, 66 and 3F. RGB value is (130,102,63). Sum of RGB (Red+Green+Blue) = 130+102+63=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 130 - color contains mainly: red. Hex color #82663F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82663F is #7D99C0. Grayscale: #6A6A6A. Windows color (decimal): -8231361 or 4155010. OLE color: 4155010.

HSL color Cylindrical-coordinate representation of color #82663F: hue angle of 34.93º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #82663F is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB13010263-
CMYK00.220.520.49
HSL34.93º34.72%37.84%-
HSV(B)34.93º51.54%50.98%-
XYZ14.8514.616.74-
YUV105.93103.78145.17-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.07%
GREEN value IS 102 (40.23% from 255) = 34.58%
BLUE value IS 63 (25% from 255) = 21.36%
R=44.07%
G=34.58%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301026300.220.520.4934.9334.7237.84
Hex82663F0163431232326
Octal202146770266461434346
Binary100000101100110111111010110110100110001100011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82663F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82663F; }

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

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

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

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

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

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

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

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