Html Css Color HEX #961C14 Mandarian Orange

📋 copy color: '#961C14'

red 150 ◦ green 28 ◦ blue 20

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

Shades of Mandarian Orange #961C14

Tints of Mandarian Orange #961C14

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.14%

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

R = 75.76%
G = 14.14%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#961C14 (or 0x961C14) is known color: Mandarian Orange. HEX triplet: 96, 1C and 14. RGB value is (150,28,20). Sum of RGB (Red+Green+Blue) = 150+28+20=198 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75.76% from 198); Green value is 28 (11.33% from 255 or 14.14% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 150 - color contains mainly: red. Hex color #961C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #961C14 is #69E3EB. Grayscale: #3F3F3F. Windows color (decimal): -6939628 or 1318038. OLE color: 1318038.

HSL color Cylindrical-coordinate representation of color #961C14: hue angle of 3.69º degrees, saturation: 0.76, 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 #961C14 is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 28 20 -
CMYK 0 0.81 0.87 0.41
HSL 3.69º 0.76% 0.33% -
HSV(B) 3.69º 0.87% 0.59% -
XYZ 13.12 7.37 1.39 -
YUV 63.57 103.42 189.65 -
System Red Green Blue C M Y K H S L
Decimal 150 28 20 0 0.81 0.87 0.41 3.69 0.76 0.33
Hex 96 1C 14 0 51 57 29 4 4C 21
Octal 226 34 24 0 121 127 51 4 114 41
Binary 10010110 11100 10100 0 1010001 1010111 101001 100 1001100 100001

Color Harmonies of #961C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961C14

Black with #961C14

Text Example


Text Example

White with #961C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,28,20); }

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

background-color css

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

 a { background-color: rgb(150,28,20); }

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

border-color css

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

 span { border-color: rgb(150,28,20); }

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