#863F06

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

Shades of Saddle Brown #863F06

Tints of Saddle Brown #863F06

Color information

#863F06 (or 0x863F06) is unknown color: approx Saddle Brown. HEX triplet: 86, 3F and 06. RGB value is (134,63,6). Sum of RGB (Red+Green+Blue) = 134+63+6=203 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.01% from 203); Green value is 63 (25% from 255 or 31.03% from 203); Blue value is 6 (2.73% from 255 or 2.96% from 203); Max value from RGB is 134 - color contains mainly: red. Hex color #863F06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863F06 is #79C0F9. Grayscale: #4E4E4E. Windows color (decimal): -7979258 or 409478. OLE color: 409478.

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

Color convert

RGB134636-
CMYK00.530.960.47
HSL26.72º91.43%27.45%-
HSV(B)26.72º95.52%52.55%-
XYZ11.648.641.23-
YUV77.7387.52168.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 66.01%
GREEN value IS 63 (25% from 255) = 31.03%
BLUE value IS 6 (2.73% from 255) = 2.96%
R=66.01%
G=31.03%
B=2.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13463600.530.960.4726.7291.4327.45
Hex863F6035602F1b5b1b
Octal206776065140573313333
Binary100001101111111100110101110000010111111011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863F06; }

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

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

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

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

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

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

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

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