Html Css Color HEX #861206 Dark Red

📋 copy color: '#861206'

red 134 ◦ green 18 ◦ blue 6

#861206
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Red #861206

Tints of Dark Red #861206

RGB

 RED value IS 134 (52.73% from 255) = 84.81%

 GREEN value IS 18 (7.42% from 255) = 11.39%

 BLUE value IS 6 (2.73% from 255) = 3.8%

R = 84.81%
G = 11.39%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#861206 (or 0x861206) is known color: Dark Red. HEX triplet: 86, 12 and 06. RGB value is (134,18,6). Sum of RGB (Red+Green+Blue) = 134+18+6=158 (20% of max value = 765). Red value is 134 (52.73% from 255 or 84.81% from 158); Green value is 18 (7.42% from 255 or 11.39% from 158); Blue value is 6 (2.73% from 255 or 3.80% from 158); Max value from RGB is 134 - color contains mainly: red. Hex color #861206 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861206 is #79EDF9. Grayscale: #333333. Windows color (decimal): -7990778 or 397958. OLE color: 397958.

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

Color convert

RGB 134 18 6 -
CMYK 0 0.87 0.96 0.47
HSL 5.63º 0.91% 0.27% -
HSV(B) 5.63º 0.96% 0.53% -
XYZ 10.08 5.51 0.71 -
YUV 51.32 102.43 186.98 -
System Red Green Blue C M Y K H S L
Decimal 134 18 6 0 0.87 0.96 0.47 5.63 0.91 0.27
Hex 86 12 6 0 57 60 2F 6 5B 1B
Octal 206 22 6 0 127 140 57 6 133 33
Binary 10000110 10010 110 0 1010111 1100000 101111 110 1011011 11011

Color Harmonies of #861206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861206

Black with #861206

Text Example


Text Example

White with #861206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861206; }

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

 H1.HeaderClassName
 {
   color: #861206;
 }
 .AnyTagClassName
 {
   color: #861206;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #861206;
 }
 .BgClassName
 {
   background-color: #861206;
 }
</style>

border-color css

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

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

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