#8C6700

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

Shades of Golden Brown #8C6700

Tints of Golden Brown #8C6700

Color information

#8C6700 (or 0x8C6700) is unknown color: approx Golden Brown. HEX triplet: 8C, 67 and 00. RGB value is (140,103,0). Sum of RGB (Red+Green+Blue) = 140+103+0=243 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.61% from 243); Green value is 103 (40.62% from 255 or 42.39% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6700 is #7398FF. Grayscale: #666666. Windows color (decimal): -7575808 or 26508. OLE color: 26508.

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

Color convert

RGB1401030-
CMYK00.2610.45
HSL44.14º100%27.45%-
HSV(B)44.14º100%54.9%-
XYZ15.6715.282.12-
YUV102.3270.26154.88-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 57.61%
GREEN value IS 103 (40.62% from 255) = 42.39%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.61%
G=42.39%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 1
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140103000.2610.4544.1410027.45
Hex8C67001A642D2c641b
Octal2141470032144555414433
Binary10001100110011100110101100100101101101100110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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