#8C6036

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

Shades of McKenzie #8C6036

Tints of McKenzie #8C6036

Color information

#8C6036 (or 0x8C6036) is unknown color: approx McKenzie. HEX triplet: 8C, 60 and 36. RGB value is (140,96,54). Sum of RGB (Red+Green+Blue) = 140+96+54=290 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.28% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 54 (21.48% from 255 or 18.62% from 290); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6036 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6036 is #739FC9. Grayscale: #686868. Windows color (decimal): -7577546 or 3563660. OLE color: 3563660.

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

Color convert

RGB1409654-
CMYK00.310.610.45
HSL29.3º44.33%38.04%-
HSV(B)29.3º61.43%54.9%-
XYZ15.6614.215.41-
YUV104.3799.58153.42-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 48.28%
GREEN value IS 96 (37.89% from 255) = 33.10%
BLUE value IS 54 (21.48% from 255) = 18.62%
R=48.28%
G=33.10%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.61
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140965400.310.610.4529.344.3338.04
Hex8C603601F3D2D1d2c26
Octal214140660377555355446
Binary10001100110000011011001111111110110110111101101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,96,54); }

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

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

 a { background-color: rgb(140,96,54); }

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

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

 span { border-color: rgb(140,96,54); }

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