#8D683D

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

Shades of McKenzie #8D683D

Tints of McKenzie #8D683D

Color information

#8D683D (or 0x8D683D) is unknown color: approx McKenzie. HEX triplet: 8D, 68 and 3D. RGB value is (141,104,61). Sum of RGB (Red+Green+Blue) = 141+104+61=306 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.08% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 141 - color contains mainly: red. Hex color #8D683D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D683D is #7297C2. Grayscale: #6E6E6E. Windows color (decimal): -7509955 or 4024461. OLE color: 4024461.

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

Color convert

RGB14110461-
CMYK00.260.570.45
HSL32.25º39.6%39.61%-
HSV(B)32.25º56.74%55.29%-
XYZ16.7815.96.6-
YUV110.16100.26150-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.08%
GREEN value IS 104 (41.02% from 255) = 33.99%
BLUE value IS 61 (24.22% from 255) = 19.93%
R=46.08%
G=33.99%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411046100.260.570.4532.2539.639.61
Hex8D683D01A392D202828
Octal215150750327155405050
Binary100011011101000111101011010111001101101100000101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D683D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,104,61); }

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

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

 a { background-color: rgb(141,104,61); }

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

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

 span { border-color: rgb(141,104,61); }

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