#865E06

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

Shades of Golden Brown #865E06

Tints of Golden Brown #865E06

Color information

#865E06 (or 0x865E06) is unknown color: approx Golden Brown. HEX triplet: 86, 5E and 06. RGB value is (134,94,6). Sum of RGB (Red+Green+Blue) = 134+94+6=234 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.26% from 234); Green value is 94 (37.11% from 255 or 40.17% from 234); Blue value is 6 (2.73% from 255 or 2.56% from 234); Max value from RGB is 134 - color contains mainly: red. Hex color #865E06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865E06 is #79A1F9. Grayscale: #606060. Windows color (decimal): -7971322 or 417414. OLE color: 417414.

HSL color Cylindrical-coordinate representation of color #865E06: hue angle of 41.25º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #865E06 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB134946-
CMYK00.300.960.47
HSL41.25º91.43%27.45%-
HSV(B)41.25º95.52%52.55%-
XYZ13.8713.091.97-
YUV95.9377.25155.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 57.26%
GREEN value IS 94 (37.11% from 255) = 40.17%
BLUE value IS 6 (2.73% from 255) = 2.56%
R=57.26%
G=40.17%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13494600.300.960.4741.2591.4327.45
Hex865E601E602F295b1b
Octal2061366036140575113333
Binary1000011010111101100111101100000101111101001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,94,6); }

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

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

 a { background-color: rgb(134,94,6); }

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

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

 span { border-color: rgb(134,94,6); }

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