Html Css Color HEX #96270E Mandarian Orange

📋 copy color: '#96270E'

red 150 ◦ green 39 ◦ blue 14

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

Shades of Mandarian Orange #96270E

Tints of Mandarian Orange #96270E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.21%

 BLUE value IS 14 (5.86% from 255) = 6.9%

R = 73.89%
G = 19.21%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#96270E (or 0x96270E) is known color: Mandarian Orange. HEX triplet: 96, 27 and 0E. RGB value is (150,39,14). Sum of RGB (Red+Green+Blue) = 150+39+14=203 (26% of max value = 765). Red value is 150 (58.98% from 255 or 73.89% from 203); Green value is 39 (15.62% from 255 or 19.21% from 203); Blue value is 14 (5.86% from 255 or 6.90% from 203); Max value from RGB is 150 - color contains mainly: red. Hex color #96270E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96270E is #69D8F1. Grayscale: #454545. Windows color (decimal): -6936818 or 927638. OLE color: 927638.

HSL color Cylindrical-coordinate representation of color #96270E: hue angle of 11.03º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #96270E is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 39 14 -
CMYK 0 0.74 0.91 0.41
HSL 11.03º 0.83% 0.32% -
HSV(B) 11.03º 0.91% 0.59% -
XYZ 13.38 7.97 1.25 -
YUV 69.34 96.77 185.53 -
System Red Green Blue C M Y K H S L
Decimal 150 39 14 0 0.74 0.91 0.41 11.03 0.83 0.32
Hex 96 27 E 0 4A 5B 29 B 53 20
Octal 226 47 16 0 112 133 51 13 123 40
Binary 10010110 100111 1110 0 1001010 1011011 101001 1011 1010011 100000

Color Harmonies of #96270E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96270E

Black with #96270E

Text Example


Text Example

White with #96270E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96270E; }

 p { color: rgb(150,39,14); }

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

background-color css

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

 a { background-color: rgb(150,39,14); }

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

border-color css

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

 span { border-color: rgb(150,39,14); }

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