#806135

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

Shades of McKenzie #806135

Tints of McKenzie #806135

Color information

#806135 (or 0x806135) is unknown color: approx McKenzie. HEX triplet: 80, 61 and 35. RGB value is (128,97,53). Sum of RGB (Red+Green+Blue) = 128+97+53=278 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.04% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 53 (21.09% from 255 or 19.06% from 278); Max value from RGB is 128 - color contains mainly: red. Hex color #806135 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806135 is #7F9ECA. Grayscale: #656565. Windows color (decimal): -8363723 or 3498368. OLE color: 3498368.

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

Color convert

RGB1289753-
CMYK00.240.590.50
HSL35.2º41.44%35.49%-
HSV(B)35.2º58.59%50.2%-
XYZ13.8213.45.23-
YUV101.25100.77147.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.04%
GREEN value IS 97 (38.28% from 255) = 34.89%
BLUE value IS 53 (21.09% from 255) = 19.06%
R=46.04%
G=34.89%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.59
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128975300.240.590.5035.241.4435.49
Hex8061350183B32232923
Octal200141650307362435143
Binary100000001100001110101011000111011110010100011101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806135; }

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

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

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

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

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

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

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

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