#8D6635

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

Shades of McKenzie #8D6635

Tints of McKenzie #8D6635

Color information

#8D6635 (or 0x8D6635) is unknown color: approx McKenzie. HEX triplet: 8D, 66 and 35. RGB value is (141,102,53). Sum of RGB (Red+Green+Blue) = 141+102+53=296 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.64% from 296); Green value is 102 (40.23% from 255 or 34.46% from 296); Blue value is 53 (21.09% from 255 or 17.91% from 296); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6635 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6635 is #7299CA. Grayscale: #6C6C6C. Windows color (decimal): -7510475 or 3499661. OLE color: 3499661.

HSL color Cylindrical-coordinate representation of color #8D6635: hue angle of 33.41º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D6635 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.45.

Color convert

RGB14110253-
CMYK00.280.620.45
HSL33.41º45.36%38.04%-
HSV(B)33.41º62.41%55.29%-
XYZ16.3815.425.48-
YUV108.0796.92151.48-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.64%
GREEN value IS 102 (40.23% from 255) = 34.46%
BLUE value IS 53 (21.09% from 255) = 17.91%
R=47.64%
G=34.46%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.62
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411025300.280.620.4533.4145.3638.04
Hex8D663501C3E2D212d26
Octal215146650347655415546
Binary100011011100110110101011100111110101101100001101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D6635; }

 p { color: rgb(141,102,53); }

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

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

 a { background-color: rgb(141,102,53); }

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

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

 span { border-color: rgb(141,102,53); }

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