Html Css Color HEX #962826 Mandarian Orange

📋 copy color: '#962826'

red 150 ◦ green 40 ◦ blue 38

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

Shades of Mandarian Orange #962826

Tints of Mandarian Orange #962826

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.54%

 BLUE value IS 38 (15.23% from 255) = 16.67%

R = 65.79%
G = 17.54%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#962826 (or 0x962826) is known color: Mandarian Orange. HEX triplet: 96, 28 and 26. RGB value is (150,40,38). Sum of RGB (Red+Green+Blue) = 150+40+38=228 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.79% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 38 (15.23% from 255 or 16.67% from 228); Max value from RGB is 150 - color contains mainly: red. Hex color #962826 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962826 is #69D7D9. Grayscale: #484848. Windows color (decimal): -6936538 or 2500758. OLE color: 2500758.

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

Color convert

RGB 150 40 38 -
CMYK 0 0.73 0.75 0.41
HSL 1.07º 0.6% 0.37% -
HSV(B) 1.07º 0.75% 0.59% -
XYZ 13.69 8.14 2.68 -
YUV 72.66 108.44 183.16 -
System Red Green Blue C M Y K H S L
Decimal 150 40 38 0 0.73 0.75 0.41 1.07 0.6 0.37
Hex 96 28 26 0 49 4B 29 1 3C 25
Octal 226 50 46 0 111 113 51 1 74 45
Binary 10010110 101000 100110 0 1001001 1001011 101001 1 111100 100101

Color Harmonies of #962826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962826

Black with #962826

Text Example


Text Example

White with #962826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962826; }

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

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

background-color css

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

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

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

border-color css

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

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

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