Html Css Color HEX #961D0C Mandarian Orange

📋 copy color: '#961D0C'

red 150 ◦ green 29 ◦ blue 12

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

Shades of Mandarian Orange #961D0C

Tints of Mandarian Orange #961D0C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.18%

 BLUE value IS 12 (5.08% from 255) = 6.28%

R = 78.53%
G = 15.18%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#961D0C (or 0x961D0C) is known color: Mandarian Orange. HEX triplet: 96, 1D and 0C. RGB value is (150,29,12). Sum of RGB (Red+Green+Blue) = 150+29+12=191 (25% of max value = 765). Red value is 150 (58.98% from 255 or 78.53% from 191); Green value is 29 (11.72% from 255 or 15.18% from 191); Blue value is 12 (5.08% from 255 or 6.28% from 191); Max value from RGB is 150 - color contains mainly: red. Hex color #961D0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #961D0C is #69E2F3. Grayscale: #3F3F3F. Windows color (decimal): -6939380 or 794006. OLE color: 794006.

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

Color convert

RGB 150 29 12 -
CMYK 0 0.81 0.92 0.41
HSL 7.39º 0.85% 0.32% -
HSV(B) 7.39º 0.92% 0.59% -
XYZ 13.08 7.39 1.08 -
YUV 63.24 99.09 189.88 -
System Red Green Blue C M Y K H S L
Decimal 150 29 12 0 0.81 0.92 0.41 7.39 0.85 0.32
Hex 96 1D C 0 51 5C 29 7 55 20
Octal 226 35 14 0 121 134 51 7 125 40
Binary 10010110 11101 1100 0 1010001 1011100 101001 111 1010101 100000

Color Harmonies of #961D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961D0C

Black with #961D0C

Text Example


Text Example

White with #961D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,29,12); }

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

background-color css

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

 a { background-color: rgb(150,29,12); }

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

border-color css

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

 span { border-color: rgb(150,29,12); }

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