Html Css Color HEX #992614 Mandarian Orange

📋 copy color: '#992614'

red 153 ◦ green 38 ◦ blue 20

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

Shades of Mandarian Orange #992614

Tints of Mandarian Orange #992614

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.01%

 BLUE value IS 20 (8.2% from 255) = 9.48%

R = 72.51%
G = 18.01%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0.4

RGB Variations

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

Color information

#992614 (or 0x992614) is known color: Mandarian Orange. HEX triplet: 99, 26 and 14. RGB value is (153,38,20). Sum of RGB (Red+Green+Blue) = 153+38+20=211 (27% of max value = 765). Red value is 153 (60.16% from 255 or 72.51% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 153 - color contains mainly: red. Hex color #992614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992614 is #66D9EB. Grayscale: #464646. Windows color (decimal): -6740460 or 1320601. OLE color: 1320601.

HSL color Cylindrical-coordinate representation of color #992614: hue angle of 8.12º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #992614 is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 38 20 -
CMYK 0 0.75 0.87 0.4
HSL 8.12º 0.77% 0.34% -
HSV(B) 8.12º 0.87% 0.6% -
XYZ 13.96 8.21 1.51 -
YUV 70.33 99.6 186.96 -
System Red Green Blue C M Y K H S L
Decimal 153 38 20 0 0.75 0.87 0.4 8.12 0.77 0.34
Hex 99 26 14 0 4B 57 28 8 4D 22
Octal 231 46 24 0 113 127 50 10 115 42
Binary 10011001 100110 10100 0 1001011 1010111 101000 1000 1001101 100010

Color Harmonies of #992614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992614

Black with #992614

Text Example


Text Example

White with #992614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992614; }

 p { color: rgb(153,38,20); }

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

background-color css

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

 a { background-color: rgb(153,38,20); }

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

border-color css

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

 span { border-color: rgb(153,38,20); }

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