#8E683B

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

Shades of McKenzie #8E683B

Tints of McKenzie #8E683B

Color information

#8E683B (or 0x8E683B) is unknown color: approx McKenzie. HEX triplet: 8E, 68 and 3B. RGB value is (142,104,59). Sum of RGB (Red+Green+Blue) = 142+104+59=305 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.56% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 59 (23.44% from 255 or 19.34% from 305); Max value from RGB is 142 - color contains mainly: red. Hex color #8E683B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E683B is #7197C4. Grayscale: #6E6E6E. Windows color (decimal): -7444421 or 3893390. OLE color: 3893390.

HSL color Cylindrical-coordinate representation of color #8E683B: hue angle of 32.53º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8E683B is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB14210459-
CMYK00.270.580.44
HSL32.53º41.29%39.41%-
HSV(B)32.53º58.45%55.69%-
XYZ16.915.976.33-
YUV110.2399.09150.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.56%
GREEN value IS 104 (41.02% from 255) = 34.10%
BLUE value IS 59 (23.44% from 255) = 19.34%
R=46.56%
G=34.10%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421045900.270.580.4432.5341.2939.41
Hex8E683B01B3A2C212927
Octal216150730337254415147
Binary100011101101000111011011011111010101100100001101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E683B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,104,59); }

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

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

 a { background-color: rgb(142,104,59); }

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

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

 span { border-color: rgb(142,104,59); }

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