Html Css Color HEX #961F0E Mandarian Orange

📋 copy color: '#961F0E'

red 150 ◦ green 31 ◦ blue 14

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

Shades of Mandarian Orange #961F0E

Tints of Mandarian Orange #961F0E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.9%

 BLUE value IS 14 (5.86% from 255) = 7.18%

R = 76.92%
G = 15.9%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#961F0E (or 0x961F0E) is known color: Mandarian Orange. HEX triplet: 96, 1F and 0E. RGB value is (150,31,14). Sum of RGB (Red+Green+Blue) = 150+31+14=195 (25% of max value = 765). Red value is 150 (58.98% from 255 or 76.92% from 195); Green value is 31 (12.5% from 255 or 15.90% from 195); Blue value is 14 (5.86% from 255 or 7.18% from 195); Max value from RGB is 150 - color contains mainly: red. Hex color #961F0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #961F0E is #69E0F1. Grayscale: #404040. Windows color (decimal): -6938866 or 925590. OLE color: 925590.

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

Color convert

RGB 150 31 14 -
CMYK 0 0.79 0.91 0.41
HSL 7.5º 0.83% 0.32% -
HSV(B) 7.5º 0.91% 0.59% -
XYZ 13.15 7.5 1.17 -
YUV 64.64 99.42 188.88 -
System Red Green Blue C M Y K H S L
Decimal 150 31 14 0 0.79 0.91 0.41 7.5 0.83 0.32
Hex 96 1F E 0 4F 5B 29 8 53 20
Octal 226 37 16 0 117 133 51 10 123 40
Binary 10010110 11111 1110 0 1001111 1011011 101001 1000 1010011 100000

Color Harmonies of #961F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961F0E

Black with #961F0E

Text Example


Text Example

White with #961F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,31,14); }

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

background-color css

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

 a { background-color: rgb(150,31,14); }

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

border-color css

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

 span { border-color: rgb(150,31,14); }

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