#82683C

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

Shades of McKenzie #82683C

Tints of McKenzie #82683C

Color information

#82683C (or 0x82683C) is unknown color: approx McKenzie. HEX triplet: 82, 68 and 3C. RGB value is (130,104,60). Sum of RGB (Red+Green+Blue) = 130+104+60=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 130 - color contains mainly: red. Hex color #82683C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82683C is #7D97C3. Grayscale: #6A6A6A. Windows color (decimal): -8230852 or 3958914. OLE color: 3958914.

HSL color Cylindrical-coordinate representation of color #82683C: hue angle of 37.71º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #82683C is Cyan = 0, Magento = 0.2, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB13010460-
CMYK00.20.540.49
HSL37.71º36.84%37.25%-
HSV(B)37.71º53.85%50.98%-
XYZ14.9714.976.38-
YUV106.76101.61144.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.22%
GREEN value IS 104 (41.02% from 255) = 35.37%
BLUE value IS 60 (23.83% from 255) = 20.41%
R=44.22%
G=35.37%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301046000.20.540.4937.7136.8437.25
Hex82683C0143631262525
Octal202150740246661464545
Binary100000101101000111100010100110110110001100110100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82683C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82683C; }

 p { color: rgb(130,104,60); }

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

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

 a { background-color: rgb(130,104,60); }

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

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

 span { border-color: rgb(130,104,60); }

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