#866703

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

Shades of Golden Brown #866703

Tints of Golden Brown #866703

Color information

#866703 (or 0x866703) is unknown color: approx Golden Brown. HEX triplet: 86, 67 and 03. RGB value is (134,103,3). Sum of RGB (Red+Green+Blue) = 134+103+3=240 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.83% from 240); Green value is 103 (40.62% from 255 or 42.92% from 240); Blue value is 3 (1.56% from 255 or 1.25% from 240); Max value from RGB is 134 - color contains mainly: red. Hex color #866703 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866703 is #7998FC. Grayscale: #656565. Windows color (decimal): -7969021 or 223110. OLE color: 223110.

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

Color convert

RGB1341033-
CMYK00.230.980.47
HSL45.8º95.62%26.86%-
HSV(B)45.8º97.76%52.55%-
XYZ14.714.782.16-
YUV100.8772.77151.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.83%
GREEN value IS 103 (40.62% from 255) = 42.92%
BLUE value IS 3 (1.56% from 255) = 1.25%
R=55.83%
G=42.92%
B=1.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.98
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134103300.230.980.4745.895.6226.86
Hex86673017622F2e601b
Octal2061473027142575614033
Binary100001101100111110101111100010101111101110110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866703; }

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

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

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

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

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

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

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

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