#8c6717

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

Shades of Golden Brown #8C6717

Tints of Golden Brown #8C6717

Color information

#8C6717 (or 0x8C6717) is unknown color: approx Golden Brown. HEX triplet: 8C, 67 and 17. RGB value is (140,103,23). Sum of RGB (Red+Green+Blue) = 140+103+23=266 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.63% from 266); Green value is 103 (40.62% from 255 or 38.72% from 266); Blue value is 23 (9.38% from 255 or 8.65% from 266); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6717 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6717 is #7398E8. Grayscale: #696969. Windows color (decimal): -7575785 or 1533836. OLE color: 1533836.

HSL color Cylindrical-coordinate representation of color #8C6717: hue angle of 41.03º degrees, saturation: 0.72, 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 #8C6717 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB14010323-
CMYK00.260.840.45
HSL41.03º71.78%31.96%-
HSV(B)41.03º83.57%54.9%-
XYZ15.8215.342.94-
YUV104.9481.76153-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 52.63%
GREEN value IS 103 (40.62% from 255) = 38.72%
BLUE value IS 23 (9.38% from 255) = 8.65%
R=52.63%
G=38.72%
B=8.65%

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
Decimal1401032300.260.840.4541.0371.7831.96
Hex8C671701A542D294820
Octal21414727032124555111040
Binary1000110011001111011101101010101001011011010011001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c6717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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