#8E681A

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

Shades of Golden Brown #8E681A

Tints of Golden Brown #8E681A

Color information

#8E681A (or 0x8E681A) is unknown color: approx Golden Brown. HEX triplet: 8E, 68 and 1A. RGB value is (142,104,26). Sum of RGB (Red+Green+Blue) = 142+104+26=272 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.21% from 272); Green value is 104 (41.02% from 255 or 38.24% from 272); Blue value is 26 (10.55% from 255 or 9.56% from 272); Max value from RGB is 142 - color contains mainly: red. Hex color #8E681A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E681A is #7197E5. Grayscale: #6A6A6A. Windows color (decimal): -7444454 or 1730702. OLE color: 1730702.

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

Color convert

RGB14210426-
CMYK00.270.820.44
HSL40.34º69.05%32.94%-
HSV(B)40.34º81.69%55.69%-
XYZ16.2915.733.15-
YUV106.4782.59153.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.21%
GREEN value IS 104 (41.02% from 255) = 38.24%
BLUE value IS 26 (10.55% from 255) = 9.56%
R=52.21%
G=38.24%
B=9.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.82
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421042600.270.820.4440.3469.0532.94
Hex8E681A01B522C284521
Octal21615032033122545010541
Binary1000111011010001101001101110100101011001010001000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E681A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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