Html Css Color HEX #911706 Dark Red

📋 copy color: '#911706'

red 145 ◦ green 23 ◦ blue 6

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

Shades of Dark Red #911706

Tints of Dark Red #911706

RGB

 RED value IS 145 (57.03% from 255) = 83.33%

 GREEN value IS 23 (9.38% from 255) = 13.22%

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

R = 83.33%
G = 13.22%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.43

RGB Variations

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

Color information

#911706 (or 0x911706) is known color: Dark Red. HEX triplet: 91, 17 and 06. RGB value is (145,23,6). Sum of RGB (Red+Green+Blue) = 145+23+6=174 (23% of max value = 765). Red value is 145 (57.03% from 255 or 83.33% from 174); Green value is 23 (9.38% from 255 or 13.22% from 174); Blue value is 6 (2.73% from 255 or 3.45% from 174); Max value from RGB is 145 - color contains mainly: red. Hex color #911706 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911706 is #6EE8F9. Grayscale: #393939. Windows color (decimal): -7268602 or 399249. OLE color: 399249.

HSL color Cylindrical-coordinate representation of color #911706: hue angle of 7.34º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #911706 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 23 6 -
CMYK 0 0.84 0.96 0.43
HSL 7.34º 0.92% 0.3% -
HSV(B) 7.34º 0.96% 0.57% -
XYZ 12.02 6.65 0.82 -
YUV 57.54 98.92 190.38 -
System Red Green Blue C M Y K H S L
Decimal 145 23 6 0 0.84 0.96 0.43 7.34 0.92 0.3
Hex 91 17 6 0 54 60 2B 7 5C 1E
Octal 221 27 6 0 124 140 53 7 134 36
Binary 10010001 10111 110 0 1010100 1100000 101011 111 1011100 11110

Color Harmonies of #911706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911706

Black with #911706

Text Example


Text Example

White with #911706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911706; }

 p { color: rgb(145,23,6); }

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

background-color css

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

 a { background-color: rgb(145,23,6); }

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

border-color css

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

 span { border-color: rgb(145,23,6); }

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