Html Css Color HEX #860F06 Dark Red

📋 copy color: '#860F06'

red 134 ◦ green 15 ◦ blue 6

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

Shades of Dark Red #860F06

Tints of Dark Red #860F06

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.68%

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

R = 86.45%
G = 9.68%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#860F06 (or 0x860F06) is known color: Dark Red. HEX triplet: 86, 0F and 06. RGB value is (134,15,6). Sum of RGB (Red+Green+Blue) = 134+15+6=155 (20% of max value = 765). Red value is 134 (52.73% from 255 or 86.45% from 155); Green value is 15 (6.25% from 255 or 9.68% from 155); Blue value is 6 (2.73% from 255 or 3.87% from 155); Max value from RGB is 134 - color contains mainly: red. Hex color #860F06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860F06 is #79F0F9. Grayscale: #313131. Windows color (decimal): -7991546 or 397190. OLE color: 397190.

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

Color convert

RGB 134 15 6 -
CMYK 0 0.89 0.96 0.47
HSL 4.22º 0.91% 0.27% -
HSV(B) 4.22º 0.96% 0.53% -
XYZ 10.04 5.42 0.69 -
YUV 49.56 103.42 188.23 -
System Red Green Blue C M Y K H S L
Decimal 134 15 6 0 0.89 0.96 0.47 4.22 0.91 0.27
Hex 86 F 6 0 59 60 2F 4 5B 1B
Octal 206 17 6 0 131 140 57 4 133 33
Binary 10000110 1111 110 0 1011001 1100000 101111 100 1011011 11011

Color Harmonies of #860F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860F06

Black with #860F06

Text Example


Text Example

White with #860F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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