#806235

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

Shades of McKenzie #806235

Tints of McKenzie #806235

Color information

#806235 (or 0x806235) is unknown color: approx McKenzie. HEX triplet: 80, 62 and 35. RGB value is (128,98,53). Sum of RGB (Red+Green+Blue) = 128+98+53=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 53 (21.09% from 255 or 19.00% from 279); Max value from RGB is 128 - color contains mainly: red. Hex color #806235 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806235 is #7F9DCA. Grayscale: #666666. Windows color (decimal): -8363467 or 3498624. OLE color: 3498624.

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

Color convert

RGB1289853-
CMYK00.230.590.50
HSL36º41.44%35.49%-
HSV(B)36º58.59%50.2%-
XYZ13.9113.585.26-
YUV101.84100.44146.66-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.88%
GREEN value IS 98 (38.67% from 255) = 35.13%
BLUE value IS 53 (21.09% from 255) = 19.00%
R=45.88%
G=35.13%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.59
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128985300.230.590.503641.4435.49
Hex8062350173B32242923
Octal200142650277362445143
Binary100000001100010110101010111111011110010100100101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806235; }

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

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

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

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

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

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

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

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