#806038

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

Shades of McKenzie #806038

Tints of McKenzie #806038

Color information

#806038 (or 0x806038) is unknown color: approx McKenzie. HEX triplet: 80, 60 and 38. RGB value is (128,96,56). Sum of RGB (Red+Green+Blue) = 128+96+56=280 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.71% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 56 (22.27% from 255 or 20% from 280); Max value from RGB is 128 - color contains mainly: red. Hex color #806038 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806038 is #7F9FC7. Grayscale: #656565. Windows color (decimal): -8363976 or 3694720. OLE color: 3694720.

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

Color convert

RGB1289656-
CMYK00.250.560.50
HSL33.33º39.13%36.08%-
HSV(B)33.33º56.25%50.2%-
XYZ13.813.245.57-
YUV101.01102.6147.25-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.71%
GREEN value IS 96 (37.89% from 255) = 34.29%
BLUE value IS 56 (22.27% from 255) = 20%
R=45.71%
G=34.29%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.56
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128965600.250.560.5033.3339.1336.08
Hex8060380193832212724
Octal200140700317062414744
Binary100000001100000111000011001111000110010100001100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806038; }

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

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

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

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

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

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

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

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