#82663E

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

Shades of McKenzie #82663E

Tints of McKenzie #82663E

Color information

#82663E (or 0x82663E) is unknown color: approx McKenzie. HEX triplet: 82, 66 and 3E. RGB value is (130,102,62). Sum of RGB (Red+Green+Blue) = 130+102+62=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 130 - color contains mainly: red. Hex color #82663E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82663E is #7D99C1. Grayscale: #6A6A6A. Windows color (decimal): -8231362 or 4089474. OLE color: 4089474.

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

Color convert

RGB13010262-
CMYK00.220.520.49
HSL35.29º35.42%37.65%-
HSV(B)35.29º52.31%50.98%-
XYZ14.8314.66.59-
YUV105.81103.28145.25-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.22%
GREEN value IS 102 (40.23% from 255) = 34.69%
BLUE value IS 62 (24.61% from 255) = 21.09%
R=44.22%
G=34.69%
B=21.09%

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
Decimal1301026200.220.520.4935.2935.4237.65
Hex82663E0163431232326
Octal202146760266461434346
Binary100000101100110111110010110110100110001100011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82663E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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