#8C6716

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

Shades of Golden Brown #8C6716

Tints of Golden Brown #8C6716

Color information

#8C6716 (or 0x8C6716) is unknown color: approx Golden Brown. HEX triplet: 8C, 67 and 16. RGB value is (140,103,22). Sum of RGB (Red+Green+Blue) = 140+103+22=265 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.83% from 265); Green value is 103 (40.62% from 255 or 38.87% from 265); Blue value is 22 (8.98% from 255 or 8.30% from 265); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6716 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6716 is #7398E9. Grayscale: #696969. Windows color (decimal): -7575786 or 1468300. OLE color: 1468300.

HSL color Cylindrical-coordinate representation of color #8C6716: hue angle of 41.19º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C6716 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB14010322-
CMYK00.260.840.45
HSL41.19º72.84%31.76%-
HSV(B)41.19º84.29%54.9%-
XYZ15.8115.332.89-
YUV104.8381.26153.09-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 52.83%
GREEN value IS 103 (40.62% from 255) = 38.87%
BLUE value IS 22 (8.98% from 255) = 8.30%
R=52.83%
G=38.87%
B=8.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401032200.260.840.4541.1972.8431.76
Hex8C671601A542D294920
Octal21414726032124555111140
Binary1000110011001111011001101010101001011011010011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,103,22); }

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

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

 a { background-color: rgb(140,103,22); }

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

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

 span { border-color: rgb(140,103,22); }

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