Html Css Color HEX #962512 Mandarian Orange

📋 copy color: '#962512'

red 150 ◦ green 37 ◦ blue 18

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

Shades of Mandarian Orange #962512

Tints of Mandarian Orange #962512

RGB

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

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

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

R = 73.17%
G = 18.05%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#962512 (or 0x962512) is known color: Mandarian Orange. HEX triplet: 96, 25 and 12. RGB value is (150,37,18). Sum of RGB (Red+Green+Blue) = 150+37+18=205 (27% of max value = 765). Red value is 150 (58.98% from 255 or 73.17% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 18 (7.42% from 255 or 8.78% from 205); Max value from RGB is 150 - color contains mainly: red. Hex color #962512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962512 is #69DAED. Grayscale: #444444. Windows color (decimal): -6937326 or 1189270. OLE color: 1189270.

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

Color convert

RGB 150 37 18 -
CMYK 0 0.75 0.88 0.41
HSL 8.64º 0.79% 0.33% -
HSV(B) 8.64º 0.88% 0.59% -
XYZ 13.35 7.85 1.38 -
YUV 68.62 99.44 186.04 -
System Red Green Blue C M Y K H S L
Decimal 150 37 18 0 0.75 0.88 0.41 8.64 0.79 0.33
Hex 96 25 12 0 4B 58 29 9 4F 21
Octal 226 45 22 0 113 130 51 11 117 41
Binary 10010110 100101 10010 0 1001011 1011000 101001 1001 1001111 100001

Color Harmonies of #962512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962512

Black with #962512

Text Example


Text Example

White with #962512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962512; }

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

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

background-color css

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

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

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

border-color css

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

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

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