#8C6034

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

Shades of McKenzie #8C6034

Tints of McKenzie #8C6034

Color information

#8C6034 (or 0x8C6034) is unknown color: approx McKenzie. HEX triplet: 8C, 60 and 34. RGB value is (140,96,52). Sum of RGB (Red+Green+Blue) = 140+96+52=288 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.61% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 52 (20.70% from 255 or 18.06% from 288); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6034 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6034 is #739FCB. Grayscale: #686868. Windows color (decimal): -7577548 or 3432588. OLE color: 3432588.

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

Color convert

RGB1409652-
CMYK00.310.630.45
HSL30º45.83%37.65%-
HSV(B)30º62.86%54.9%-
XYZ15.6214.195.16-
YUV104.1498.58153.58-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 48.61%
GREEN value IS 96 (37.89% from 255) = 33.33%
BLUE value IS 52 (20.70% from 255) = 18.06%
R=48.61%
G=33.33%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140965200.310.630.453045.8337.65
Hex8C603401F3F2D1e2e26
Octal214140640377755365646
Binary10001100110000011010001111111111110110111110101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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