#865B0E

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

Shades of Golden Brown #865B0E

Tints of Golden Brown #865B0E

Color information

#865B0E (or 0x865B0E) is unknown color: approx Golden Brown. HEX triplet: 86, 5B and 0E. RGB value is (134,91,14). Sum of RGB (Red+Green+Blue) = 134+91+14=239 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.07% from 239); Green value is 91 (35.94% from 255 or 38.08% from 239); Blue value is 14 (5.86% from 255 or 5.86% from 239); Max value from RGB is 134 - color contains mainly: red. Hex color #865B0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865B0E is #79A4F1. Grayscale: #5F5F5F. Windows color (decimal): -7972082 or 940934. OLE color: 940934.

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

Color convert

RGB1349114-
CMYK00.320.900.47
HSL38.5º81.08%29.02%-
HSV(B)38.5º89.55%52.55%-
XYZ13.6512.582.12-
YUV95.0882.25155.76-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.07%
GREEN value IS 91 (35.94% from 255) = 38.08%
BLUE value IS 14 (5.86% from 255) = 5.86%
R=56.07%
G=38.08%
B=5.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134911400.320.900.4738.581.0829.02
Hex865BE0205A2F26511d
Octal20613316040132574612135
Binary100001101011011111001000001011010101111100110101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,91,14); }

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

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

 a { background-color: rgb(134,91,14); }

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

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

 span { border-color: rgb(134,91,14); }

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