Html Css Color HEX #961B17 Mandarian Orange

📋 copy color: '#961B17'

red 150 ◦ green 27 ◦ blue 23

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

Shades of Mandarian Orange #961B17

Tints of Mandarian Orange #961B17

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.5%

 BLUE value IS 23 (9.38% from 255) = 11.5%

R = 75%
G = 13.5%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#961B17 (or 0x961B17) is known color: Mandarian Orange. HEX triplet: 96, 1B and 17. RGB value is (150,27,23). Sum of RGB (Red+Green+Blue) = 150+27+23=200 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75% from 200); Green value is 27 (10.94% from 255 or 13.5% from 200); Blue value is 23 (9.38% from 255 or 11.5% from 200); Max value from RGB is 150 - color contains mainly: red. Hex color #961B17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #961B17 is #69E4E8. Grayscale: #3F3F3F. Windows color (decimal): -6939881 or 1514390. OLE color: 1514390.

HSL color Cylindrical-coordinate representation of color #961B17: hue angle of 1.89º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #961B17 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 27 23 -
CMYK 0 0.82 0.85 0.41
HSL 1.89º 0.73% 0.34% -
HSV(B) 1.89º 0.85% 0.59% -
XYZ 13.12 7.33 1.53 -
YUV 63.32 105.25 189.83 -
System Red Green Blue C M Y K H S L
Decimal 150 27 23 0 0.82 0.85 0.41 1.89 0.73 0.34
Hex 96 1B 17 0 52 55 29 2 49 22
Octal 226 33 27 0 122 125 51 2 111 42
Binary 10010110 11011 10111 0 1010010 1010101 101001 10 1001001 100010

Color Harmonies of #961B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961B17

Black with #961B17

Text Example


Text Example

White with #961B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961B17; }

 p { color: rgb(150,27,23); }

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

background-color css

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

 a { background-color: rgb(150,27,23); }

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

border-color css

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

 span { border-color: rgb(150,27,23); }

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