#80653A

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

Shades of McKenzie #80653A

Tints of McKenzie #80653A

Color information

#80653A (or 0x80653A) is unknown color: approx McKenzie. HEX triplet: 80, 65 and 3A. RGB value is (128,101,58). Sum of RGB (Red+Green+Blue) = 128+101+58=287 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.60% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 128 - color contains mainly: red. Hex color #80653A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80653A is #7F9AC5. Grayscale: #686868. Windows color (decimal): -8362694 or 3827072. OLE color: 3827072.

HSL color Cylindrical-coordinate representation of color #80653A: hue angle of 36.86º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80653A is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB12810158-
CMYK00.210.550.50
HSL36.86º37.63%36.47%-
HSV(B)36.86º54.69%50.2%-
XYZ14.3214.25.99-
YUV104.17101.95145-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.60%
GREEN value IS 101 (39.84% from 255) = 35.19%
BLUE value IS 58 (23.05% from 255) = 20.21%
R=44.60%
G=35.19%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281015800.210.550.5036.8637.6336.47
Hex80653A0153732252624
Octal200145720256762454644
Binary100000001100101111010010101110111110010100101100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80653A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80653A; }

 p { color: rgb(128,101,58); }

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

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

 a { background-color: rgb(128,101,58); }

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

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

 span { border-color: rgb(128,101,58); }

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