Html Css Color HEX #962611 Mandarian Orange

📋 copy color: '#962611'

red 150 ◦ green 38 ◦ blue 17

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

Shades of Mandarian Orange #962611

Tints of Mandarian Orange #962611

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.54%

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

R = 73.17%
G = 18.54%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#962611 (or 0x962611) is known color: Mandarian Orange. HEX triplet: 96, 26 and 11. RGB value is (150,38,17). Sum of RGB (Red+Green+Blue) = 150+38+17=205 (27% of max value = 765). Red value is 150 (58.98% from 255 or 73.17% from 205); Green value is 38 (15.23% from 255 or 18.54% from 205); Blue value is 17 (7.03% from 255 or 8.29% from 205); Max value from RGB is 150 - color contains mainly: red. Hex color #962611 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962611 is #69D9EE. Grayscale: #454545. Windows color (decimal): -6937071 or 1123990. OLE color: 1123990.

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

Color convert

RGB 150 38 17 -
CMYK 0 0.75 0.89 0.41
HSL 9.47º 0.8% 0.33% -
HSV(B) 9.47º 0.89% 0.59% -
XYZ 13.37 7.91 1.35 -
YUV 69.09 98.61 185.71 -
System Red Green Blue C M Y K H S L
Decimal 150 38 17 0 0.75 0.89 0.41 9.47 0.8 0.33
Hex 96 26 11 0 4B 59 29 9 50 21
Octal 226 46 21 0 113 131 51 11 120 41
Binary 10010110 100110 10001 0 1001011 1011001 101001 1001 1010000 100001

Color Harmonies of #962611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962611

Black with #962611

Text Example


Text Example

White with #962611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962611; }

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

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

background-color css

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

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

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

border-color css

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

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

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