#866201

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

Shades of Golden Brown #866201

Tints of Golden Brown #866201

Color information

#866201 (or 0x866201) is unknown color: approx Golden Brown. HEX triplet: 86, 62 and 01. RGB value is (134,98,1). Sum of RGB (Red+Green+Blue) = 134+98+1=233 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.51% from 233); Green value is 98 (38.67% from 255 or 42.06% from 233); Blue value is 1 (0.78% from 255 or 0.43% from 233); Max value from RGB is 134 - color contains mainly: red. Hex color #866201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866201 is #799DFE. Grayscale: #626262. Windows color (decimal): -7970303 or 90758. OLE color: 90758.

HSL color Cylindrical-coordinate representation of color #866201: hue angle of 43.76º 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 #866201 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB134981-
CMYK00.270.990.47
HSL43.76º98.52%26.47%-
HSV(B)43.76º99.25%52.55%-
XYZ14.213.811.94-
YUV97.7173.43153.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 57.51%
GREEN value IS 98 (38.67% from 255) = 42.06%
BLUE value IS 1 (0.78% from 255) = 0.43%
R=57.51%
G=42.06%
B=0.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13498100.270.990.4743.7698.5226.47
Hex8662101B632F2c631a
Octal2061421033143575414332
Binary10000110110001010110111100011101111101100110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866201; }

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

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

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

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

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

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

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

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