Html Css Color HEX #9C1E06 Mandarian Orange

📋 copy color: '#9C1E06'

red 156 ◦ green 30 ◦ blue 6

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

Shades of Mandarian Orange #9C1E06

Tints of Mandarian Orange #9C1E06

RGB

 RED value IS 156 (61.33% from 255) = 81.25%

 GREEN value IS 30 (12.11% from 255) = 15.63%

 BLUE value IS 6 (2.73% from 255) = 3.13%

R = 81.25%
G = 15.63%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.39

RGB Variations

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

Color information

#9C1E06 (or 0x9C1E06) is known color: Mandarian Orange. HEX triplet: 9C, 1E and 06. RGB value is (156,30,6). Sum of RGB (Red+Green+Blue) = 156+30+6=192 (25% of max value = 765). Red value is 156 (61.33% from 255 or 81.25% from 192); Green value is 30 (12.11% from 255 or 15.62% from 192); Blue value is 6 (2.73% from 255 or 3.12% from 192); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1E06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C1E06 is #63E1F9. Grayscale: #414141. Windows color (decimal): -6545914 or 401052. OLE color: 401052.

HSL color Cylindrical-coordinate representation of color #9C1E06: hue angle of 9.6º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9C1E06 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 30 6 -
CMYK 0 0.81 0.96 0.39
HSL 9.6º 0.93% 0.32% -
HSV(B) 9.6º 0.96% 0.61% -
XYZ 14.21 8.01 0.97 -
YUV 64.94 94.74 192.95 -
System Red Green Blue C M Y K H S L
Decimal 156 30 6 0 0.81 0.96 0.39 9.6 0.93 0.32
Hex 9C 1E 6 0 51 60 27 A 5D 20
Octal 234 36 6 0 121 140 47 12 135 40
Binary 10011100 11110 110 0 1010001 1100000 100111 1010 1011101 100000

Color Harmonies of #9C1E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1E06

Black with #9C1E06

Text Example


Text Example

White with #9C1E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C1E06; }

 p { color: rgb(156,30,6); }

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

background-color css

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

 a { background-color: rgb(156,30,6); }

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

border-color css

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

 span { border-color: rgb(156,30,6); }

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