#866303

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

Shades of Golden Brown #866303

Tints of Golden Brown #866303

Color information

#866303 (or 0x866303) is unknown color: approx Golden Brown. HEX triplet: 86, 63 and 03. RGB value is (134,99,3). Sum of RGB (Red+Green+Blue) = 134+99+3=236 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.78% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 3 (1.56% from 255 or 1.27% from 236); Max value from RGB is 134 - color contains mainly: red. Hex color #866303 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866303 is #799CFC. Grayscale: #626262. Windows color (decimal): -7970045 or 222086. OLE color: 222086.

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

Color convert

RGB134993-
CMYK00.260.980.47
HSL43.97º95.62%26.86%-
HSV(B)43.97º97.76%52.55%-
XYZ14.31142.03-
YUV98.5274.1153.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.78%
GREEN value IS 99 (39.06% from 255) = 41.95%
BLUE value IS 3 (1.56% from 255) = 1.27%
R=56.78%
G=41.95%
B=1.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.98
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13499300.260.980.4743.9795.6226.86
Hex8663301A622F2c601b
Octal2061433032142575414033
Binary100001101100011110110101100010101111101100110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866303; }

 p { color: rgb(134,99,3); }

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

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

 a { background-color: rgb(134,99,3); }

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

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

 span { border-color: rgb(134,99,3); }

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