#866307

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

Shades of Golden Brown #866307

Tints of Golden Brown #866307

Color information

#866307 (or 0x866307) is unknown color: approx Golden Brown. HEX triplet: 86, 63 and 07. RGB value is (134,99,7). Sum of RGB (Red+Green+Blue) = 134+99+7=240 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.83% from 240); Green value is 99 (39.06% from 255 or 41.25% from 240); Blue value is 7 (3.12% from 255 or 2.92% from 240); Max value from RGB is 134 - color contains mainly: red. Hex color #866307 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866307 is #799CF8. Grayscale: #636363. Windows color (decimal): -7970041 or 484230. OLE color: 484230.

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

Color convert

RGB134997-
CMYK00.260.950.47
HSL43.46º90.07%27.65%-
HSV(B)43.46º94.78%52.55%-
XYZ14.3314.012.15-
YUV98.9876.1152.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.83%
GREEN value IS 99 (39.06% from 255) = 41.25%
BLUE value IS 7 (3.12% from 255) = 2.92%
R=55.83%
G=41.25%
B=2.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.95
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13499700.260.950.4743.4690.0727.65
Hex8663701A5F2F2b5a1c
Octal2061437032137575313234
Binary1000011011000111110110101011111101111101011101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866307; }

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

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

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

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

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

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

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

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