Html Css Color HEX #9C170F Mandarian Orange

📋 copy color: '#9C170F'

red 156 ◦ green 23 ◦ blue 15

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

Shades of Mandarian Orange #9C170F

Tints of Mandarian Orange #9C170F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.73%

R = 80.41%
G = 11.86%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#9C170F (or 0x9C170F) is known color: Mandarian Orange. HEX triplet: 9C, 17 and 0F. RGB value is (156,23,15). Sum of RGB (Red+Green+Blue) = 156+23+15=194 (25% of max value = 765). Red value is 156 (61.33% from 255 or 80.41% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 15 (6.25% from 255 or 7.73% from 194); Max value from RGB is 156 - color contains mainly: red. Hex color #9C170F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C170F is #63E8F0. Grayscale: #3E3E3E. Windows color (decimal): -6547697 or 989084. OLE color: 989084.

HSL color Cylindrical-coordinate representation of color #9C170F: hue angle of 3.4º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C170F is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 23 15 -
CMYK 0 0.85 0.90 0.39
HSL 3.4º 0.82% 0.34% -
HSV(B) 3.4º 0.9% 0.61% -
XYZ 14.1 7.72 1.2 -
YUV 61.86 101.56 195.15 -
System Red Green Blue C M Y K H S L
Decimal 156 23 15 0 0.85 0.90 0.39 3.4 0.82 0.34
Hex 9C 17 F 0 55 5A 27 3 52 22
Octal 234 27 17 0 125 132 47 3 122 42
Binary 10011100 10111 1111 0 1010101 1011010 100111 11 1010010 100010

Color Harmonies of #9C170F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C170F

Black with #9C170F

Text Example


Text Example

White with #9C170F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,23,15); }

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

background-color css

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

 a { background-color: rgb(156,23,15); }

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

border-color css

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

 span { border-color: rgb(156,23,15); }

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