#86060C

Color #86060C Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #86060C

Tints of Sangria #86060C

Color information

#86060C (or 0x86060C) is unknown color: approx Sangria. HEX triplet: 86, 06 and 0C. RGB value is (134,6,12). Sum of RGB (Red+Green+Blue) = 134+6+12=152 (20% of max value = 765). Red value is 134 (52.73% from 255 or 88.16% from 152); Green value is 6 (2.73% from 255 or 3.95% from 152); Blue value is 12 (5.08% from 255 or 7.89% from 152); Max value from RGB is 134 - color contains mainly: red. Hex color #86060C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86060C is #79F9F3. Grayscale: #2D2D2D. Windows color (decimal): -7993844 or 788102. OLE color: 788102.

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

Color convert

RGB134612-
CMYK00.960.910.47
HSL357.19º91.43%27.45%-
HSV(B)357.19º95.52%52.55%-
XYZ9.965.230.83-
YUV44.96109.41191.51-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 88.16%
GREEN value IS 6 (2.73% from 255) = 3.95%
BLUE value IS 12 (5.08% from 255) = 7.89%
R=88.16%
G=3.95%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13461200.960.910.47357.1991.4327.45
Hex866C0605B2F1655b1b
Octal20661401401335754513333
Binary100001101101100011000001011011101111101100101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86060C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86060C; }

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

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

<style>
 a { background-color: #86060C; }

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

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

<style>
 span { border-color: #86060C; }

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

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