Html Css Color HEX #961613 Mandarian Orange

📋 copy color: '#961613'

red 150 ◦ green 22 ◦ blue 19

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

Shades of Mandarian Orange #961613

Tints of Mandarian Orange #961613

RGB

 RED value IS 150 (58.98% from 255) = 78.53%

 GREEN value IS 22 (8.98% from 255) = 11.52%

 BLUE value IS 19 (7.81% from 255) = 9.95%

R = 78.53%
G = 11.52%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#961613 (or 0x961613) is known color: Mandarian Orange. HEX triplet: 96, 16 and 13. RGB value is (150,22,19). Sum of RGB (Red+Green+Blue) = 150+22+19=191 (25% of max value = 765). Red value is 150 (58.98% from 255 or 78.53% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 19 (7.81% from 255 or 9.95% from 191); Max value from RGB is 150 - color contains mainly: red. Hex color #961613 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961613 is #69E9EC. Grayscale: #3C3C3C. Windows color (decimal): -6941165 or 1250966. OLE color: 1250966.

HSL color Cylindrical-coordinate representation of color #961613: hue angle of 1.37º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #961613 is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 22 19 -
CMYK 0 0.85 0.87 0.41
HSL 1.37º 0.78% 0.33% -
HSV(B) 1.37º 0.87% 0.59% -
XYZ 12.98 7.1 1.3 -
YUV 59.93 104.91 192.24 -
System Red Green Blue C M Y K H S L
Decimal 150 22 19 0 0.85 0.87 0.41 1.37 0.78 0.33
Hex 96 16 13 0 55 57 29 1 4E 21
Octal 226 26 23 0 125 127 51 1 116 41
Binary 10010110 10110 10011 0 1010101 1010111 101001 1 1001110 100001

Color Harmonies of #961613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961613

Black with #961613

Text Example


Text Example

White with #961613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961613; }

 p { color: rgb(150,22,19); }

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

background-color css

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

 a { background-color: rgb(150,22,19); }

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

border-color css

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

 span { border-color: rgb(150,22,19); }

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