Html Css Color HEX #962C21 Mandarian Orange

📋 copy color: '#962C21'

red 150 ◦ green 44 ◦ blue 33

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

Shades of Mandarian Orange #962C21

Tints of Mandarian Orange #962C21

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.38%

 BLUE value IS 33 (13.28% from 255) = 14.54%

R = 66.08%
G = 19.38%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.41

RGB Variations

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

Color information

#962C21 (or 0x962C21) is known color: Mandarian Orange. HEX triplet: 96, 2C and 21. RGB value is (150,44,33). Sum of RGB (Red+Green+Blue) = 150+44+33=227 (30% of max value = 765). Red value is 150 (58.98% from 255 or 66.08% from 227); Green value is 44 (17.58% from 255 or 19.38% from 227); Blue value is 33 (13.28% from 255 or 14.54% from 227); Max value from RGB is 150 - color contains mainly: red. Hex color #962C21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962C21 is #69D3DE. Grayscale: #4A4A4A. Windows color (decimal): -6935519 or 2174102. OLE color: 2174102.

HSL color Cylindrical-coordinate representation of color #962C21: hue angle of 5.64º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #962C21 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 44 33 -
CMYK 0 0.71 0.78 0.41
HSL 5.64º 0.64% 0.36% -
HSV(B) 5.64º 0.78% 0.59% -
XYZ 13.75 8.4 2.33 -
YUV 74.44 104.62 181.89 -
System Red Green Blue C M Y K H S L
Decimal 150 44 33 0 0.71 0.78 0.41 5.64 0.64 0.36
Hex 96 2C 21 0 47 4E 29 6 40 24
Octal 226 54 41 0 107 116 51 6 100 44
Binary 10010110 101100 100001 0 1000111 1001110 101001 110 1000000 100100

Color Harmonies of #962C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962C21

Black with #962C21

Text Example


Text Example

White with #962C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962C21; }

 p { color: rgb(150,44,33); }

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

background-color css

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

 a { background-color: rgb(150,44,33); }

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

border-color css

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

 span { border-color: rgb(150,44,33); }

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