#866200

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

Shades of Golden Brown #866200

Tints of Golden Brown #866200

Color information

#866200 (or 0x866200) is unknown color: approx Golden Brown. HEX triplet: 86, 62 and 00. RGB value is (134,98,0). Sum of RGB (Red+Green+Blue) = 134+98+0=232 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.76% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 134 - color contains mainly: red. Hex color #866200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866200 is #799DFF. Grayscale: #626262. Windows color (decimal): -7970304 or 25222. OLE color: 25222.

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

Color convert

RGB134980-
CMYK00.2710.47
HSL43.88º100%26.27%-
HSV(B)43.88º100%52.55%-
XYZ14.213.81.92-
YUV97.5972.93153.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 57.76%
GREEN value IS 98 (38.67% from 255) = 42.24%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.76%
G=42.24%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13498000.2710.4743.8810026.27
Hex8662001B642F2c641a
Octal2061420033144575414432
Binary10000110110001000110111100100101111101100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866200; }

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

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

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

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

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

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

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

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