#8E661C

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

Shades of Golden Brown #8E661C

Tints of Golden Brown #8E661C

Color information

#8E661C (or 0x8E661C) is unknown color: approx Golden Brown. HEX triplet: 8E, 66 and 1C. RGB value is (142,102,28). Sum of RGB (Red+Green+Blue) = 142+102+28=272 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.21% from 272); Green value is 102 (40.23% from 255 or 37.5% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 142 - color contains mainly: red. Hex color #8E661C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E661C is #7199E3. Grayscale: #696969. Windows color (decimal): -7444964 or 1861262. OLE color: 1861262.

HSL color Cylindrical-coordinate representation of color #8E661C: hue angle of 38.95º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E661C is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB14210228-
CMYK00.280.800.44
HSL38.95º67.06%33.33%-
HSV(B)38.95º80.28%55.69%-
XYZ16.1215.343.21-
YUV105.5284.25154.02-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.21%
GREEN value IS 102 (40.23% from 255) = 37.5%
BLUE value IS 28 (11.33% from 255) = 10.29%
R=52.21%
G=37.5%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.80
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421022800.280.800.4438.9567.0633.33
Hex8E661C01C502C274321
Octal21614634034120544710341
Binary1000111011001101110001110010100001011001001111000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E661C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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