#806436

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

Shades of McKenzie #806436

Tints of McKenzie #806436

Color information

#806436 (or 0x806436) is unknown color: approx McKenzie. HEX triplet: 80, 64 and 36. RGB value is (128,100,54). Sum of RGB (Red+Green+Blue) = 128+100+54=282 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.39% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 54 (21.48% from 255 or 19.15% from 282); Max value from RGB is 128 - color contains mainly: red. Hex color #806436 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806436 is #7F9BC9. Grayscale: #676767. Windows color (decimal): -8362954 or 3564672. OLE color: 3564672.

HSL color Cylindrical-coordinate representation of color #806436: hue angle of 37.3º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #806436 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.50.

Color convert

RGB12810054-
CMYK00.220.580.50
HSL37.3º40.66%35.69%-
HSV(B)37.3º57.81%50.2%-
XYZ14.1313.975.44-
YUV103.13100.28145.74-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.39%
GREEN value IS 100 (39.45% from 255) = 35.46%
BLUE value IS 54 (21.48% from 255) = 19.15%
R=45.39%
G=35.46%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.58
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281005400.220.580.5037.340.6635.69
Hex8064360163A32252924
Octal200144660267262455144
Binary100000001100100110110010110111010110010100101101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806436; }

 p { color: rgb(128,100,54); }

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

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

 a { background-color: rgb(128,100,54); }

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

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

 span { border-color: rgb(128,100,54); }

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