#865D06

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

Shades of Golden Brown #865D06

Tints of Golden Brown #865D06

Color information

#865D06 (or 0x865D06) is unknown color: approx Golden Brown. HEX triplet: 86, 5D and 06. RGB value is (134,93,6). Sum of RGB (Red+Green+Blue) = 134+93+6=233 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.51% from 233); Green value is 93 (36.72% from 255 or 39.91% from 233); Blue value is 6 (2.73% from 255 or 2.58% from 233); Max value from RGB is 134 - color contains mainly: red. Hex color #865D06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865D06 is #79A2F9. Grayscale: #5F5F5F. Windows color (decimal): -7971578 or 417158. OLE color: 417158.

HSL color Cylindrical-coordinate representation of color #865D06: hue angle of 40.78º 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 #865D06 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB134936-
CMYK00.310.960.47
HSL40.78º91.43%27.45%-
HSV(B)40.78º95.52%52.55%-
XYZ13.7812.911.94-
YUV95.3477.58155.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 57.51%
GREEN value IS 93 (36.72% from 255) = 39.91%
BLUE value IS 6 (2.73% from 255) = 2.58%
R=57.51%
G=39.91%
B=2.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13493600.310.960.4740.7891.4327.45
Hex865D601F602F295b1b
Octal2061356037140575113333
Binary1000011010111011100111111100000101111101001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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