#806236

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

Shades of McKenzie #806236

Tints of McKenzie #806236

Color information

#806236 (or 0x806236) is unknown color: approx McKenzie. HEX triplet: 80, 62 and 36. RGB value is (128,98,54). Sum of RGB (Red+Green+Blue) = 128+98+54=280 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.71% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 54 (21.48% from 255 or 19.29% from 280); Max value from RGB is 128 - color contains mainly: red. Hex color #806236 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806236 is #7F9DC9. Grayscale: #666666. Windows color (decimal): -8363466 or 3564160. OLE color: 3564160.

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

Color convert

RGB1289854-
CMYK00.230.580.50
HSL35.68º40.66%35.69%-
HSV(B)35.68º57.81%50.2%-
XYZ13.9413.595.38-
YUV101.95100.94146.58-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.71%
GREEN value IS 98 (38.67% from 255) = 35%
BLUE value IS 54 (21.48% from 255) = 19.29%
R=45.71%
G=35%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.58
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128985400.230.580.5035.6840.6635.69
Hex8062360173A32242924
Octal200142660277262445144
Binary100000001100010110110010111111010110010100100101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806236; }

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

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

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

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

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

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

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

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