#8E661E

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

Shades of Golden Brown #8E661E

Tints of Golden Brown #8E661E

Color information

#8E661E (or 0x8E661E) is unknown color: approx Golden Brown. HEX triplet: 8E, 66 and 1E. RGB value is (142,102,30). Sum of RGB (Red+Green+Blue) = 142+102+30=274 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.82% from 274); Green value is 102 (40.23% from 255 or 37.23% from 274); Blue value is 30 (12.11% from 255 or 10.95% from 274); Max value from RGB is 142 - color contains mainly: red. Hex color #8E661E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E661E is #7199E1. Grayscale: #6A6A6A. Windows color (decimal): -7444962 or 1992334. OLE color: 1992334.

HSL color Cylindrical-coordinate representation of color #8E661E: hue angle of 38.57º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8E661E is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.44.

Color convert

RGB14210230-
CMYK00.280.790.44
HSL38.57º65.12%33.73%-
HSV(B)38.57º78.87%55.69%-
XYZ16.1415.353.34-
YUV105.7585.25153.85-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.82%
GREEN value IS 102 (40.23% from 255) = 37.23%
BLUE value IS 30 (12.11% from 255) = 10.95%
R=51.82%
G=37.23%
B=10.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.79
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421023000.280.790.4438.5765.1233.73
Hex8E661E01C4F2C274122
Octal21614636034117544710142
Binary1000111011001101111001110010011111011001001111000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E661E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,102,30); }

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

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

 a { background-color: rgb(142,102,30); }

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

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

 span { border-color: rgb(142,102,30); }

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