#8E670E

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

Shades of Golden Brown #8E670E

Tints of Golden Brown #8E670E

Color information

#8E670E (or 0x8E670E) is unknown color: approx Golden Brown. HEX triplet: 8E, 67 and 0E. RGB value is (142,103,14). Sum of RGB (Red+Green+Blue) = 142+103+14=259 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.83% from 259); Green value is 103 (40.62% from 255 or 39.77% from 259); Blue value is 14 (5.86% from 255 or 5.41% from 259); Max value from RGB is 142 - color contains mainly: red. Hex color #8E670E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E670E is #7198F1. Grayscale: #686868. Windows color (decimal): -7444722 or 944014. OLE color: 944014.

HSL color Cylindrical-coordinate representation of color #8E670E: hue angle of 41.72º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E670E is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB14210314-
CMYK00.270.900.44
HSL41.72º82.05%30.59%-
HSV(B)41.72º90.14%55.69%-
XYZ16.0815.482.56-
YUV104.5276.92154.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 54.83%
GREEN value IS 103 (40.62% from 255) = 39.77%
BLUE value IS 14 (5.86% from 255) = 5.41%
R=54.83%
G=39.77%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421031400.270.900.4441.7282.0530.59
Hex8E67E01B5A2C2a521f
Octal21614716033132545212237
Binary10001110110011111100110111011010101100101010101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E670E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,103,14); }

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

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

 a { background-color: rgb(142,103,14); }

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

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

 span { border-color: rgb(142,103,14); }

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