Html Css Color HEX #962412 Mandarian Orange

📋 copy color: '#962412'

red 150 ◦ green 36 ◦ blue 18

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

Shades of Mandarian Orange #962412

Tints of Mandarian Orange #962412

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.65%

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

R = 73.53%
G = 17.65%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#962412 (or 0x962412) is known color: Mandarian Orange. HEX triplet: 96, 24 and 12. RGB value is (150,36,18). Sum of RGB (Red+Green+Blue) = 150+36+18=204 (27% of max value = 765). Red value is 150 (58.98% from 255 or 73.53% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 18 (7.42% from 255 or 8.82% from 204); Max value from RGB is 150 - color contains mainly: red. Hex color #962412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962412 is #69DBED. Grayscale: #444444. Windows color (decimal): -6937582 or 1189014. OLE color: 1189014.

HSL color Cylindrical-coordinate representation of color #962412: hue angle of 8.18º 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 #962412 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 36 18 -
CMYK 0 0.76 0.88 0.41
HSL 8.18º 0.79% 0.33% -
HSV(B) 8.18º 0.88% 0.59% -
XYZ 13.32 7.79 1.37 -
YUV 68.03 99.77 186.46 -
System Red Green Blue C M Y K H S L
Decimal 150 36 18 0 0.76 0.88 0.41 8.18 0.79 0.33
Hex 96 24 12 0 4C 58 29 8 4F 21
Octal 226 44 22 0 114 130 51 10 117 41
Binary 10010110 100100 10010 0 1001100 1011000 101001 1000 1001111 100001

Color Harmonies of #962412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962412

Black with #962412

Text Example


Text Example

White with #962412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962412; }

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

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

background-color css

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

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

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

border-color css

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

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

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