#8E661A

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

Shades of Golden Brown #8E661A

Tints of Golden Brown #8E661A

Color information

#8E661A (or 0x8E661A) is unknown color: approx Golden Brown. HEX triplet: 8E, 66 and 1A. RGB value is (142,102,26). Sum of RGB (Red+Green+Blue) = 142+102+26=270 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.59% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 26 (10.55% from 255 or 9.63% from 270); Max value from RGB is 142 - color contains mainly: red. Hex color #8E661A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E661A is #7199E5. Grayscale: #696969. Windows color (decimal): -7444966 or 1730190. OLE color: 1730190.

HSL color Cylindrical-coordinate representation of color #8E661A: hue angle of 39.31º 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 #8E661A is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB14210226-
CMYK00.280.820.44
HSL39.31º69.05%32.94%-
HSV(B)39.31º81.69%55.69%-
XYZ16.0915.333.09-
YUV105.383.25154.18-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.59%
GREEN value IS 102 (40.23% from 255) = 37.78%
BLUE value IS 26 (10.55% from 255) = 9.63%
R=52.59%
G=37.78%
B=9.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.82
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421022600.280.820.4439.3169.0532.94
Hex8E661A01C522C274521
Octal21614632034122544710541
Binary1000111011001101101001110010100101011001001111000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E661A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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