#806036

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

Shades of McKenzie #806036

Tints of McKenzie #806036

Color information

#806036 (or 0x806036) is unknown color: approx McKenzie. HEX triplet: 80, 60 and 36. RGB value is (128,96,54). Sum of RGB (Red+Green+Blue) = 128+96+54=278 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.04% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 54 (21.48% from 255 or 19.42% from 278); Max value from RGB is 128 - color contains mainly: red. Hex color #806036 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806036 is #7F9FC9. Grayscale: #646464. Windows color (decimal): -8363978 or 3563648. OLE color: 3563648.

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

Color convert

RGB1289654-
CMYK00.250.580.50
HSL34.05º40.66%35.69%-
HSV(B)34.05º57.81%50.2%-
XYZ13.7513.225.32-
YUV100.78101.6147.42-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.04%
GREEN value IS 96 (37.89% from 255) = 34.53%
BLUE value IS 54 (21.48% from 255) = 19.42%
R=46.04%
G=34.53%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.58
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128965400.250.580.5034.0540.6635.69
Hex8060360193A32222924
Octal200140660317262425144
Binary100000001100000110110011001111010110010100010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806036; }

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

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

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

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

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

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

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

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