#866508

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

Shades of Golden Brown #866508

Tints of Golden Brown #866508

Color information

#866508 (or 0x866508) is unknown color: approx Golden Brown. HEX triplet: 86, 65 and 08. RGB value is (134,101,8). Sum of RGB (Red+Green+Blue) = 134+101+8=243 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.14% from 243); Green value is 101 (39.84% from 255 or 41.56% from 243); Blue value is 8 (3.52% from 255 or 3.29% from 243); Max value from RGB is 134 - color contains mainly: red. Hex color #866508 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866508 is #799AF7. Grayscale: #646464. Windows color (decimal): -7969528 or 550278. OLE color: 550278.

HSL color Cylindrical-coordinate representation of color #866508: hue angle of 44.29º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #866508 is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB1341018-
CMYK00.250.940.47
HSL44.29º88.73%27.84%-
HSV(B)44.29º94.03%52.55%-
XYZ14.5314.392.24-
YUV100.2675.93152.06-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.14%
GREEN value IS 101 (39.84% from 255) = 41.56%
BLUE value IS 8 (3.52% from 255) = 3.29%
R=55.14%
G=41.56%
B=3.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.94
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134101800.250.940.4744.2988.7327.84
Hex866580195E2F2c591c
Octal20614510031136575413134
Binary10000110110010110000110011011110101111101100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866508; }

 p { color: rgb(134,101,8); }

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

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

 a { background-color: rgb(134,101,8); }

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

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

 span { border-color: rgb(134,101,8); }

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