Html Css Color HEX #962013 Mandarian Orange

📋 copy color: '#962013'

red 150 ◦ green 32 ◦ blue 19

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

Shades of Mandarian Orange #962013

Tints of Mandarian Orange #962013

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.92%

 BLUE value IS 19 (7.81% from 255) = 9.45%

R = 74.63%
G = 15.92%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#962013 (or 0x962013) is known color: Mandarian Orange. HEX triplet: 96, 20 and 13. RGB value is (150,32,19). Sum of RGB (Red+Green+Blue) = 150+32+19=201 (26% of max value = 765). Red value is 150 (58.98% from 255 or 74.63% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 19 (7.81% from 255 or 9.45% from 201); Max value from RGB is 150 - color contains mainly: red. Hex color #962013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962013 is #69DFEC. Grayscale: #414141. Windows color (decimal): -6938605 or 1253526. OLE color: 1253526.

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

Color convert

RGB 150 32 19 -
CMYK 0 0.79 0.87 0.41
HSL 5.95º 0.78% 0.33% -
HSV(B) 5.95º 0.87% 0.59% -
XYZ 13.21 7.56 1.38 -
YUV 65.8 101.59 188.06 -
System Red Green Blue C M Y K H S L
Decimal 150 32 19 0 0.79 0.87 0.41 5.95 0.78 0.33
Hex 96 20 13 0 4F 57 29 6 4E 21
Octal 226 40 23 0 117 127 51 6 116 41
Binary 10010110 100000 10011 0 1001111 1010111 101001 110 1001110 100001

Color Harmonies of #962013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962013

Black with #962013

Text Example


Text Example

White with #962013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962013; }

 p { color: rgb(150,32,19); }

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

background-color css

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

 a { background-color: rgb(150,32,19); }

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

border-color css

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

 span { border-color: rgb(150,32,19); }

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