#806136

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

Shades of McKenzie #806136

Tints of McKenzie #806136

Color information

#806136 (or 0x806136) is unknown color: approx McKenzie. HEX triplet: 80, 61 and 36. RGB value is (128,97,54). Sum of RGB (Red+Green+Blue) = 128+97+54=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 54 (21.48% from 255 or 19.35% from 279); Max value from RGB is 128 - color contains mainly: red. Hex color #806136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806136 is #7F9EC9. Grayscale: #656565. Windows color (decimal): -8363722 or 3563904. OLE color: 3563904.

HSL color Cylindrical-coordinate representation of color #806136: hue angle of 34.86º 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 #806136 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.50.

Color convert

RGB1289754-
CMYK00.240.580.50
HSL34.86º40.66%35.69%-
HSV(B)34.86º57.81%50.2%-
XYZ13.8413.45.35-
YUV101.37101.27147-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.88%
GREEN value IS 97 (38.28% from 255) = 34.77%
BLUE value IS 54 (21.48% from 255) = 19.35%
R=45.88%
G=34.77%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.58
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128975400.240.580.5034.8640.6635.69
Hex8061360183A32232924
Octal200141660307262435144
Binary100000001100001110110011000111010110010100011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806136; }

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

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

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

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

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

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

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

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