#80633A

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

Shades of McKenzie #80633A

Tints of McKenzie #80633A

Color information

#80633A (or 0x80633A) is unknown color: approx McKenzie. HEX triplet: 80, 63 and 3A. RGB value is (128,99,58). Sum of RGB (Red+Green+Blue) = 128+99+58=285 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.91% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 128 - color contains mainly: red. Hex color #80633A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80633A is #7F9CC5. Grayscale: #676767. Windows color (decimal): -8363206 or 3826560. OLE color: 3826560.

HSL color Cylindrical-coordinate representation of color #80633A: hue angle of 35.14º 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 #80633A is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB1289958-
CMYK00.230.550.50
HSL35.14º37.63%36.47%-
HSV(B)35.14º54.69%50.2%-
XYZ14.1313.825.93-
YUV103102.61145.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.91%
GREEN value IS 99 (39.06% from 255) = 34.74%
BLUE value IS 58 (23.05% from 255) = 20.35%
R=44.91%
G=34.74%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128995800.230.550.5035.1437.6336.47
Hex80633A0173732232624
Octal200143720276762434644
Binary100000001100011111010010111110111110010100011100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80633A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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