Html Css Color HEX #99170E Mandarian Orange

📋 copy color: '#99170E'

red 153 ◦ green 23 ◦ blue 14

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

Shades of Mandarian Orange #99170E

Tints of Mandarian Orange #99170E

RGB

 RED value IS 153 (60.16% from 255) = 80.53%

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

 BLUE value IS 14 (5.86% from 255) = 7.37%

R = 80.53%
G = 12.11%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.4

RGB Variations

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

Color information

#99170E (or 0x99170E) is known color: Mandarian Orange. HEX triplet: 99, 17 and 0E. RGB value is (153,23,14). Sum of RGB (Red+Green+Blue) = 153+23+14=190 (25% of max value = 765). Red value is 153 (60.16% from 255 or 80.53% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 14 (5.86% from 255 or 7.37% from 190); Max value from RGB is 153 - color contains mainly: red. Hex color #99170E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99170E is #66E8F1. Grayscale: #3D3D3D. Windows color (decimal): -6744306 or 923545. OLE color: 923545.

HSL color Cylindrical-coordinate representation of color #99170E: hue angle of 3.88º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #99170E is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 23 14 -
CMYK 0 0.85 0.91 0.4
HSL 3.88º 0.83% 0.33% -
HSV(B) 3.88º 0.91% 0.6% -
XYZ 13.52 7.42 1.13 -
YUV 60.84 101.57 193.73 -
System Red Green Blue C M Y K H S L
Decimal 153 23 14 0 0.85 0.91 0.4 3.88 0.83 0.33
Hex 99 17 E 0 55 5B 28 4 53 21
Octal 231 27 16 0 125 133 50 4 123 41
Binary 10011001 10111 1110 0 1010101 1011011 101000 100 1010011 100001

Color Harmonies of #99170E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99170E

Black with #99170E

Text Example


Text Example

White with #99170E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99170E; }

 p { color: rgb(153,23,14); }

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

background-color css

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

 a { background-color: rgb(153,23,14); }

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

border-color css

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

 span { border-color: rgb(153,23,14); }

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