#8c6711

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

Shades of Golden Brown #8C6711

Tints of Golden Brown #8C6711

Color information

#8C6711 (or 0x8C6711) is unknown color: approx Golden Brown. HEX triplet: 8C, 67 and 11. RGB value is (140,103,17). Sum of RGB (Red+Green+Blue) = 140+103+17=260 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.85% from 260); Green value is 103 (40.62% from 255 or 39.62% from 260); Blue value is 17 (7.03% from 255 or 6.54% from 260); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6711 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6711 is #7398EE. Grayscale: #686868. Windows color (decimal): -7575791 or 1140620. OLE color: 1140620.

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

Color convert

RGB14010317-
CMYK00.260.880.45
HSL41.95º78.34%30.78%-
HSV(B)41.95º87.86%54.9%-
XYZ15.7715.322.66-
YUV104.2678.76153.49-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 53.85%
GREEN value IS 103 (40.62% from 255) = 39.62%
BLUE value IS 17 (7.03% from 255) = 6.54%
R=53.85%
G=39.62%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.88
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401031700.260.880.4541.9578.3430.78
Hex8C671101A582D2a4e1f
Octal21414721032130555211637
Binary100011001100111100010110101011000101101101010100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c6711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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