#8E690B

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

Shades of Golden Brown #8E690B

Tints of Golden Brown #8E690B

Color information

#8E690B (or 0x8E690B) is unknown color: approx Golden Brown. HEX triplet: 8E, 69 and 0B. RGB value is (142,105,11). Sum of RGB (Red+Green+Blue) = 142+105+11=258 (34% of max value = 765). Red value is 142 (55.86% from 255 or 55.04% from 258); Green value is 105 (41.41% from 255 or 40.70% from 258); Blue value is 11 (4.69% from 255 or 4.26% from 258); Max value from RGB is 142 - color contains mainly: red. Hex color #8E690B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E690B is #7196F4. Grayscale: #696969. Windows color (decimal): -7444213 or 747918. OLE color: 747918.

HSL color Cylindrical-coordinate representation of color #8E690B: hue angle of 43.05º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E690B is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB14210511-
CMYK00.260.920.44
HSL43.05º85.62%30%-
HSV(B)43.05º92.25%55.69%-
XYZ16.2715.882.52-
YUV105.3574.76154.14-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 55.04%
GREEN value IS 105 (41.41% from 255) = 40.70%
BLUE value IS 11 (4.69% from 255) = 4.26%
R=55.04%
G=40.70%
B=4.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421051100.260.920.4443.0585.6230
Hex8E69B01A5C2C2b561e
Octal21615113032134545312636
Binary10001110110100110110110101011100101100101011101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E690B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,105,11); }

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

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

 a { background-color: rgb(142,105,11); }

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

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

 span { border-color: rgb(142,105,11); }

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