#866309

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

Shades of Golden Brown #866309

Tints of Golden Brown #866309

Color information

#866309 (or 0x866309) is unknown color: approx Golden Brown. HEX triplet: 86, 63 and 09. RGB value is (134,99,9). Sum of RGB (Red+Green+Blue) = 134+99+9=242 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.37% from 242); Green value is 99 (39.06% from 255 or 40.91% from 242); Blue value is 9 (3.91% from 255 or 3.72% from 242); Max value from RGB is 134 - color contains mainly: red. Hex color #866309 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866309 is #799CF6. Grayscale: #636363. Windows color (decimal): -7970039 or 615302. OLE color: 615302.

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

Color convert

RGB134999-
CMYK00.260.930.47
HSL43.2º87.41%28.04%-
HSV(B)43.2º93.28%52.55%-
XYZ14.3414.012.21-
YUV99.277.1152.82-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.37%
GREEN value IS 99 (39.06% from 255) = 40.91%
BLUE value IS 9 (3.91% from 255) = 3.72%
R=55.37%
G=40.91%
B=3.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13499900.260.930.4743.287.4128.04
Hex8663901A5D2F2b571c
Octal20614311032135575312734
Binary10000110110001110010110101011101101111101011101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866309; }

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

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

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

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

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

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

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

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