#8C6B00

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

Shades of Golden Brown #8C6B00

Tints of Golden Brown #8C6B00

Color information

#8C6B00 (or 0x8C6B00) is unknown color: approx Golden Brown. HEX triplet: 8C, 6B and 00. RGB value is (140,107,0). Sum of RGB (Red+Green+Blue) = 140+107+0=247 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.68% from 247); Green value is 107 (42.19% from 255 or 43.32% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6B00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6B00 is #7394FF. Grayscale: #696969. Windows color (decimal): -7574784 or 27532. OLE color: 27532.

HSL color Cylindrical-coordinate representation of color #8C6B00: hue angle of 45.86º 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 #8C6B00 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.45.

Color convert

RGB1401070-
CMYK00.2410.45
HSL45.86º100%27.45%-
HSV(B)45.86º100%54.9%-
XYZ16.0716.092.26-
YUV104.6768.93153.2-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 56.68%
GREEN value IS 107 (42.19% from 255) = 43.32%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.68%
G=43.32%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 1
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140107000.2410.4545.8610027.45
Hex8C6B0018642D2e641b
Octal2141530030144555614433
Binary10001100110101100110001100100101101101110110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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