#866700

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

Shades of Golden Brown #866700

Tints of Golden Brown #866700

Color information

#866700 (or 0x866700) is unknown color: approx Golden Brown. HEX triplet: 86, 67 and 00. RGB value is (134,103,0). Sum of RGB (Red+Green+Blue) = 134+103+0=237 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.54% from 237); Green value is 103 (40.62% from 255 or 43.46% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 134 - color contains mainly: red. Hex color #866700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866700 is #7998FF. Grayscale: #646464. Windows color (decimal): -7969024 or 26502. OLE color: 26502.

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

Color convert

RGB1341030-
CMYK00.2310.47
HSL46.12º100%26.27%-
HSV(B)46.12º100%52.55%-
XYZ14.6814.772.08-
YUV100.5371.27151.88-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.54%
GREEN value IS 103 (40.62% from 255) = 43.46%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.54%
G=43.46%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134103000.2310.4746.1210026.27
Hex86670017642F2e641a
Octal2061470027144575614432
Binary10000110110011100101111100100101111101110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866700; }

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

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

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

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

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

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

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

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