Html Css Color HEX #962811 Mandarian Orange

📋 copy color: '#962811'

red 150 ◦ green 40 ◦ blue 17

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

Shades of Mandarian Orange #962811

Tints of Mandarian Orange #962811

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.32%

 BLUE value IS 17 (7.03% from 255) = 8.21%

R = 72.46%
G = 19.32%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#962811 (or 0x962811) is known color: Mandarian Orange. HEX triplet: 96, 28 and 11. RGB value is (150,40,17). Sum of RGB (Red+Green+Blue) = 150+40+17=207 (27% of max value = 765). Red value is 150 (58.98% from 255 or 72.46% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 17 (7.03% from 255 or 8.21% from 207); Max value from RGB is 150 - color contains mainly: red. Hex color #962811 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962811 is #69D7EE. Grayscale: #464646. Windows color (decimal): -6936559 or 1124502. OLE color: 1124502.

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

Color convert

RGB 150 40 17 -
CMYK 0 0.73 0.89 0.41
HSL 10.38º 0.8% 0.33% -
HSV(B) 10.38º 0.89% 0.59% -
XYZ 13.44 8.04 1.37 -
YUV 70.27 97.94 184.87 -
System Red Green Blue C M Y K H S L
Decimal 150 40 17 0 0.73 0.89 0.41 10.38 0.8 0.33
Hex 96 28 11 0 49 59 29 A 50 21
Octal 226 50 21 0 111 131 51 12 120 41
Binary 10010110 101000 10001 0 1001001 1011001 101001 1010 1010000 100001

Color Harmonies of #962811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962811

Black with #962811

Text Example


Text Example

White with #962811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962811; }

 p { color: rgb(150,40,17); }

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

background-color css

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

 a { background-color: rgb(150,40,17); }

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

border-color css

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

 span { border-color: rgb(150,40,17); }

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