#8C6236

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

Shades of McKenzie #8C6236

Tints of McKenzie #8C6236

Color information

#8C6236 (or 0x8C6236) is unknown color: approx McKenzie. HEX triplet: 8C, 62 and 36. RGB value is (140,98,54). Sum of RGB (Red+Green+Blue) = 140+98+54=292 (38% of max value = 765). Red value is 140 (55.08% from 255 or 47.95% from 292); Green value is 98 (38.67% from 255 or 33.56% from 292); Blue value is 54 (21.48% from 255 or 18.49% from 292); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6236 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6236 is #739DC9. Grayscale: #696969. Windows color (decimal): -7577034 or 3564172. OLE color: 3564172.

HSL color Cylindrical-coordinate representation of color #8C6236: hue angle of 30.7º 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 #8C6236 is Cyan = 0, Magento = 0.3, Yellow = 0.61 and Black (K on CMYK) = 0.45.

Color convert

RGB1409854-
CMYK00.30.610.45
HSL30.7º44.33%38.04%-
HSV(B)30.7º61.43%54.9%-
XYZ15.8514.585.47-
YUV105.5498.91152.58-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 47.95%
GREEN value IS 98 (38.67% from 255) = 33.56%
BLUE value IS 54 (21.48% from 255) = 18.49%
R=47.95%
G=33.56%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.61
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140985400.30.610.4530.744.3338.04
Hex8C623601E3D2D1f2c26
Octal214142660367555375446
Binary10001100110001011011001111011110110110111111101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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