#866801

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

Shades of Golden Brown #866801

Tints of Golden Brown #866801

Color information

#866801 (or 0x866801) is unknown color: approx Golden Brown. HEX triplet: 86, 68 and 01. RGB value is (134,104,1). Sum of RGB (Red+Green+Blue) = 134+104+1=239 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.07% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 1 (0.78% from 255 or 0.42% from 239); Max value from RGB is 134 - color contains mainly: red. Hex color #866801 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866801 is #7997FE. Grayscale: #656565. Windows color (decimal): -7968767 or 92294. OLE color: 92294.

HSL color Cylindrical-coordinate representation of color #866801: hue angle of 46.47º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #866801 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB1341041-
CMYK00.220.990.47
HSL46.47º98.52%26.47%-
HSV(B)46.47º99.25%52.55%-
XYZ14.7914.972.14-
YUV101.2371.44151.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.07%
GREEN value IS 104 (41.02% from 255) = 43.51%
BLUE value IS 1 (0.78% from 255) = 0.42%
R=56.07%
G=43.51%
B=0.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134104100.220.990.4746.4798.5226.47
Hex86681016632F2e631a
Octal2061501026143575614332
Binary10000110110100010101101100011101111101110110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866801; }

 p { color: rgb(134,104,1); }

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

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

 a { background-color: rgb(134,104,1); }

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

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

 span { border-color: rgb(134,104,1); }

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