Html Css Color HEX #9C0706 Dark Red

📋 copy color: '#9C0706'

red 156 ◦ green 7 ◦ blue 6

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

Shades of Dark Red #9C0706

Tints of Dark Red #9C0706

RGB

 RED value IS 156 (61.33% from 255) = 92.31%

 GREEN value IS 7 (3.13% from 255) = 4.14%

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

R = 92.31%
G = 4.14%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.96

 K value IS 0.39

RGB Variations

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

Color information

#9C0706 (or 0x9C0706) is known color: Dark Red. HEX triplet: 9C, 07 and 06. RGB value is (156,7,6). Sum of RGB (Red+Green+Blue) = 156+7+6=169 (22% of max value = 765). Red value is 156 (61.33% from 255 or 92.31% from 169); Green value is 7 (3.12% from 255 or 4.14% from 169); Blue value is 6 (2.73% from 255 or 3.55% from 169); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0706 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0706 is #63F8F9. Grayscale: #333333. Windows color (decimal): -6551802 or 395164. OLE color: 395164.

HSL color Cylindrical-coordinate representation of color #9C0706: hue angle of 0.4º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9C0706 is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 7 6 -
CMYK 0 0.96 0.96 0.39
HSL 0.4º 0.93% 0.32% -
HSV(B) 0.4º 0.96% 0.61% -
XYZ 13.82 7.23 0.84 -
YUV 51.44 102.36 202.58 -
System Red Green Blue C M Y K H S L
Decimal 156 7 6 0 0.96 0.96 0.39 0.4 0.93 0.32
Hex 9C 7 6 0 60 60 27 0 5D 20
Octal 234 7 6 0 140 140 47 0 135 40
Binary 10011100 111 110 0 1100000 1100000 100111 0 1011101 100000

Color Harmonies of #9C0706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0706

Black with #9C0706

Text Example


Text Example

White with #9C0706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C0706; }

 p { color: rgb(156,7,6); }

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

background-color css

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

 a { background-color: rgb(156,7,6); }

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

border-color css

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

 span { border-color: rgb(156,7,6); }

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