Html Css Color HEX #962511 Mandarian Orange

📋 copy color: '#962511'

red 150 ◦ green 37 ◦ blue 17

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

Shades of Mandarian Orange #962511

Tints of Mandarian Orange #962511

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.14%

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

R = 73.53%
G = 18.14%
B = 8.33%

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

#962511 (or 0x962511) is known color: Mandarian Orange. HEX triplet: 96, 25 and 11. RGB value is (150,37,17). Sum of RGB (Red+Green+Blue) = 150+37+17=204 (27% of max value = 765). Red value is 150 (58.98% from 255 or 73.53% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 17 (7.03% from 255 or 8.33% from 204); Max value from RGB is 150 - color contains mainly: red. Hex color #962511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962511 is #69DAEE. Grayscale: #444444. Windows color (decimal): -6937327 or 1123734. OLE color: 1123734.

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

Color convert

RGB 150 37 17 -
CMYK 0 0.75 0.89 0.41
HSL 9.02º 0.8% 0.33% -
HSV(B) 9.02º 0.89% 0.59% -
XYZ 13.34 7.85 1.34 -
YUV 68.51 98.94 186.13 -
System Red Green Blue C M Y K H S L
Decimal 150 37 17 0 0.75 0.89 0.41 9.02 0.8 0.33
Hex 96 25 11 0 4B 59 29 9 50 21
Octal 226 45 21 0 113 131 51 11 120 41
Binary 10010110 100101 10001 0 1001011 1011001 101001 1001 1010000 100001

Color Harmonies of #962511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962511

Black with #962511

Text Example


Text Example

White with #962511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962511; }

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

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

background-color css

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

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

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

border-color css

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

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

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