#8E670F

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

Shades of Golden Brown #8E670F

Tints of Golden Brown #8E670F

Color information

#8E670F (or 0x8E670F) is unknown color: approx Golden Brown. HEX triplet: 8E, 67 and 0F. RGB value is (142,103,15). Sum of RGB (Red+Green+Blue) = 142+103+15=260 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.62% from 260); Green value is 103 (40.62% from 255 or 39.62% from 260); Blue value is 15 (6.25% from 255 or 5.77% from 260); Max value from RGB is 142 - color contains mainly: red. Hex color #8E670F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E670F is #7198F0. Grayscale: #696969. Windows color (decimal): -7444721 or 1009550. OLE color: 1009550.

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

Color convert

RGB14210315-
CMYK00.270.890.44
HSL41.57º80.89%30.78%-
HSV(B)41.57º89.44%55.69%-
XYZ16.0915.492.59-
YUV104.6377.42154.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 54.62%
GREEN value IS 103 (40.62% from 255) = 39.62%
BLUE value IS 15 (6.25% from 255) = 5.77%
R=54.62%
G=39.62%
B=5.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.89
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421031500.270.890.4441.5780.8930.78
Hex8E67F01B592C2a511f
Octal21614717033131545212137
Binary10001110110011111110110111011001101100101010101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E670F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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