#8c6d3d

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

Shades of McKenzie #8C6D3D

Tints of McKenzie #8C6D3D

Color information

#8C6D3D (or 0x8C6D3D) is unknown color: approx McKenzie. HEX triplet: 8C, 6D and 3D. RGB value is (140,109,61). Sum of RGB (Red+Green+Blue) = 140+109+61=310 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.16% from 310); Green value is 109 (42.97% from 255 or 35.16% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6D3D is #7392C2. Grayscale: #717171. Windows color (decimal): -7574211 or 4025740. OLE color: 4025740.

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

Color convert

RGB14010961-
CMYK00.220.560.45
HSL36.46º39.3%39.41%-
HSV(B)36.46º56.43%54.9%-
XYZ17.1316.856.76-
YUV112.898.77147.4-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.16%
GREEN value IS 109 (42.97% from 255) = 35.16%
BLUE value IS 61 (24.22% from 255) = 19.68%
R=45.16%
G=35.16%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401096100.220.560.4536.4639.339.41
Hex8C6D3D016382D242727
Octal214155750267055444747
Binary100011001101101111101010110111000101101100100100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c6d3d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,109,61); }

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

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

 a { background-color: rgb(140,109,61); }

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

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

 span { border-color: rgb(140,109,61); }

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