Html Css Color HEX #860C06 Dark Red

📋 copy color: '#860C06'

red 134 ◦ green 12 ◦ blue 6

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

Shades of Dark Red #860C06

Tints of Dark Red #860C06

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.89%

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

R = 88.16%
G = 7.89%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#860C06 (or 0x860C06) is known color: Dark Red. HEX triplet: 86, 0C and 06. RGB value is (134,12,6). Sum of RGB (Red+Green+Blue) = 134+12+6=152 (20% of max value = 765). Red value is 134 (52.73% from 255 or 88.16% from 152); Green value is 12 (5.08% from 255 or 7.89% from 152); Blue value is 6 (2.73% from 255 or 3.95% from 152); Max value from RGB is 134 - color contains mainly: red. Hex color #860C06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860C06 is #79F3F9. Grayscale: #2F2F2F. Windows color (decimal): -7992314 or 396422. OLE color: 396422.

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

Color convert

RGB 134 12 6 -
CMYK 0 0.91 0.96 0.47
HSL 2.81º 0.91% 0.27% -
HSV(B) 2.81º 0.96% 0.53% -
XYZ 10 5.34 0.68 -
YUV 47.79 104.42 189.49 -
System Red Green Blue C M Y K H S L
Decimal 134 12 6 0 0.91 0.96 0.47 2.81 0.91 0.27
Hex 86 C 6 0 5B 60 2F 3 5B 1B
Octal 206 14 6 0 133 140 57 3 133 33
Binary 10000110 1100 110 0 1011011 1100000 101111 11 1011011 11011

Color Harmonies of #860C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860C06

Black with #860C06

Text Example


Text Example

White with #860C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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