#82683F

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

Shades of McKenzie #82683F

Tints of McKenzie #82683F

Color information

#82683F (or 0x82683F) is unknown color: approx McKenzie. HEX triplet: 82, 68 and 3F. RGB value is (130,104,63). Sum of RGB (Red+Green+Blue) = 130+104+63=297 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.77% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 63 (25% from 255 or 21.21% from 297); Max value from RGB is 130 - color contains mainly: red. Hex color #82683F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82683F is #7D97C0. Grayscale: #6B6B6B. Windows color (decimal): -8230849 or 4155522. OLE color: 4155522.

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

Color convert

RGB13010463-
CMYK00.20.520.49
HSL36.72º34.72%37.84%-
HSV(B)36.72º51.54%50.98%-
XYZ15.0515.016.81-
YUV107.1103.11144.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.77%
GREEN value IS 104 (41.02% from 255) = 35.02%
BLUE value IS 63 (25% from 255) = 21.21%
R=43.77%
G=35.02%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301046300.20.520.4936.7234.7237.84
Hex82683F0143431252326
Octal202150770246461454346
Binary100000101101000111111010100110100110001100101100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82683F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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