#865F10

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

Shades of Golden Brown #865F10

Tints of Golden Brown #865F10

Color information

#865F10 (or 0x865F10) is unknown color: approx Golden Brown. HEX triplet: 86, 5F and 10. RGB value is (134,95,16). Sum of RGB (Red+Green+Blue) = 134+95+16=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 95 (37.5% from 255 or 38.78% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #865F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865F10 is #79A0EF. Grayscale: #626262. Windows color (decimal): -7971056 or 1073030. OLE color: 1073030.

HSL color Cylindrical-coordinate representation of color #865F10: hue angle of 40.17º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #865F10 is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB1349516-
CMYK00.290.880.47
HSL40.17º78.67%29.41%-
HSV(B)40.17º88.06%52.55%-
XYZ14.0213.292.32-
YUV97.6581.92153.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.69%
GREEN value IS 95 (37.5% from 255) = 38.78%
BLUE value IS 16 (6.64% from 255) = 6.53%
R=54.69%
G=38.78%
B=6.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134951600.290.880.4740.1778.6729.41
Hex865F1001D582F284f1d
Octal20613720035130575011735
Binary100001101011111100000111011011000101111101000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865F10; }

 p { color: rgb(134,95,16); }

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

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

 a { background-color: rgb(134,95,16); }

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

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

 span { border-color: rgb(134,95,16); }

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