Html Css Color HEX #962918 Mandarian Orange

📋 copy color: '#962918'

red 150 ◦ green 41 ◦ blue 24

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

Shades of Mandarian Orange #962918

Tints of Mandarian Orange #962918

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.07%

 BLUE value IS 24 (9.77% from 255) = 11.16%

R = 69.77%
G = 19.07%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.41

RGB Variations

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

Color information

#962918 (or 0x962918) is known color: Mandarian Orange. HEX triplet: 96, 29 and 18. RGB value is (150,41,24). Sum of RGB (Red+Green+Blue) = 150+41+24=215 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.77% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 24 (9.77% from 255 or 11.16% from 215); Max value from RGB is 150 - color contains mainly: red. Hex color #962918 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962918 is #69D6E7. Grayscale: #474747. Windows color (decimal): -6936296 or 1583510. OLE color: 1583510.

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

Color convert

RGB 150 41 24 -
CMYK 0 0.73 0.84 0.41
HSL 8.1º 0.72% 0.34% -
HSV(B) 8.1º 0.84% 0.59% -
XYZ 13.54 8.14 1.72 -
YUV 71.65 101.11 183.88 -
System Red Green Blue C M Y K H S L
Decimal 150 41 24 0 0.73 0.84 0.41 8.1 0.72 0.34
Hex 96 29 18 0 49 54 29 8 48 22
Octal 226 51 30 0 111 124 51 10 110 42
Binary 10010110 101001 11000 0 1001001 1010100 101001 1000 1001000 100010

Color Harmonies of #962918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962918

Black with #962918

Text Example


Text Example

White with #962918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962918; }

 p { color: rgb(150,41,24); }

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

background-color css

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

 a { background-color: rgb(150,41,24); }

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

border-color css

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

 span { border-color: rgb(150,41,24); }

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