Html Css Color HEX #961E0F Mandarian Orange

📋 copy color: '#961E0F'

red 150 ◦ green 30 ◦ blue 15

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

Shades of Mandarian Orange #961E0F

Tints of Mandarian Orange #961E0F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.38%

 BLUE value IS 15 (6.25% from 255) = 7.69%

R = 76.92%
G = 15.38%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.9

 K value IS 0.41

RGB Variations

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

Color information

#961E0F (or 0x961E0F) is known color: Mandarian Orange. HEX triplet: 96, 1E and 0F. RGB value is (150,30,15). Sum of RGB (Red+Green+Blue) = 150+30+15=195 (25% of max value = 765). Red value is 150 (58.98% from 255 or 76.92% from 195); Green value is 30 (12.11% from 255 or 15.38% from 195); Blue value is 15 (6.25% from 255 or 7.69% from 195); Max value from RGB is 150 - color contains mainly: red. Hex color #961E0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #961E0F is #69E1F0. Grayscale: #404040. Windows color (decimal): -6939121 or 990870. OLE color: 990870.

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

Color convert

RGB 150 30 15 -
CMYK 0 0.80 0.9 0.41
HSL 6.67º 0.82% 0.32% -
HSV(B) 6.67º 0.9% 0.59% -
XYZ 13.13 7.45 1.2 -
YUV 64.17 100.26 189.22 -
System Red Green Blue C M Y K H S L
Decimal 150 30 15 0 0.80 0.9 0.41 6.67 0.82 0.32
Hex 96 1E F 0 50 5A 29 7 52 20
Octal 226 36 17 0 120 132 51 7 122 40
Binary 10010110 11110 1111 0 1010000 1011010 101001 111 1010010 100000

Color Harmonies of #961E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961E0F

Black with #961E0F

Text Example


Text Example

White with #961E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,30,15); }

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

background-color css

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

 a { background-color: rgb(150,30,15); }

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

border-color css

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

 span { border-color: rgb(150,30,15); }

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