#8C6910

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

Shades of Golden Brown #8C6910

Tints of Golden Brown #8C6910

Color information

#8C6910 (or 0x8C6910) is unknown color: approx Golden Brown. HEX triplet: 8C, 69 and 10. RGB value is (140,105,16). Sum of RGB (Red+Green+Blue) = 140+105+16=261 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.64% from 261); Green value is 105 (41.41% from 255 or 40.23% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6910 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6910 is #7396EF. Grayscale: #696969. Windows color (decimal): -7575280 or 1075596. OLE color: 1075596.

HSL color Cylindrical-coordinate representation of color #8C6910: hue angle of 43.06º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C6910 is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB14010516-
CMYK00.250.890.45
HSL43.06º79.49%30.59%-
HSV(B)43.06º88.57%54.9%-
XYZ15.9615.722.68-
YUV105.3277.6152.74-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 53.64%
GREEN value IS 105 (41.41% from 255) = 40.23%
BLUE value IS 16 (6.64% from 255) = 6.13%
R=53.64%
G=40.23%
B=6.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401051600.250.890.4543.0679.4930.59
Hex8C6910019592D2b4f1f
Octal21415120031131555311737
Binary100011001101001100000110011011001101101101011100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,105,16); }

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

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

 a { background-color: rgb(140,105,16); }

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

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

 span { border-color: rgb(140,105,16); }

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