Html Css Color HEX #961812 Mandarian Orange

📋 copy color: '#961812'

red 150 ◦ green 24 ◦ blue 18

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

Shades of Mandarian Orange #961812

Tints of Mandarian Orange #961812

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.5%

 BLUE value IS 18 (7.42% from 255) = 9.38%

R = 78.13%
G = 12.5%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#961812 (or 0x961812) is known color: Mandarian Orange. HEX triplet: 96, 18 and 12. RGB value is (150,24,18). Sum of RGB (Red+Green+Blue) = 150+24+18=192 (25% of max value = 765). Red value is 150 (58.98% from 255 or 78.12% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 18 (7.42% from 255 or 9.38% from 192); Max value from RGB is 150 - color contains mainly: red. Hex color #961812 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961812 is #69E7ED. Grayscale: #3D3D3D. Windows color (decimal): -6940654 or 1185942. OLE color: 1185942.

HSL color Cylindrical-coordinate representation of color #961812: hue angle of 2.73º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #961812 is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 24 18 -
CMYK 0 0.84 0.88 0.41
HSL 2.73º 0.79% 0.33% -
HSV(B) 2.73º 0.88% 0.59% -
XYZ 13.01 7.18 1.27 -
YUV 60.99 103.74 191.49 -
System Red Green Blue C M Y K H S L
Decimal 150 24 18 0 0.84 0.88 0.41 2.73 0.79 0.33
Hex 96 18 12 0 54 58 29 3 4F 21
Octal 226 30 22 0 124 130 51 3 117 41
Binary 10010110 11000 10010 0 1010100 1011000 101001 11 1001111 100001

Color Harmonies of #961812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961812

Black with #961812

Text Example


Text Example

White with #961812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961812; }

 p { color: rgb(150,24,18); }

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

background-color css

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

 a { background-color: rgb(150,24,18); }

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

border-color css

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

 span { border-color: rgb(150,24,18); }

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