Html Css Color HEX #9C2607 Mandarian Orange

📋 copy color: '#9C2607'

red 156 ◦ green 38 ◦ blue 7

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

Shades of Mandarian Orange #9C2607

Tints of Mandarian Orange #9C2607

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.91%

 BLUE value IS 7 (3.13% from 255) = 3.48%

R = 77.61%
G = 18.91%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.39

RGB Variations

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

Color information

#9C2607 (or 0x9C2607) is known color: Mandarian Orange. HEX triplet: 9C, 26 and 07. RGB value is (156,38,7). Sum of RGB (Red+Green+Blue) = 156+38+7=201 (26% of max value = 765). Red value is 156 (61.33% from 255 or 77.61% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 7 (3.12% from 255 or 3.48% from 201); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2607 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2607 is #63D9F8. Grayscale: #454545. Windows color (decimal): -6543865 or 468636. OLE color: 468636.

HSL color Cylindrical-coordinate representation of color #9C2607: hue angle of 12.48º degrees, saturation: 0.91, 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 #9C2607 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 38 7 -
CMYK 0 0.76 0.96 0.39
HSL 12.48º 0.91% 0.32% -
HSV(B) 12.48º 0.96% 0.61% -
XYZ 14.44 8.47 1.07 -
YUV 69.75 92.59 189.52 -
System Red Green Blue C M Y K H S L
Decimal 156 38 7 0 0.76 0.96 0.39 12.48 0.91 0.32
Hex 9C 26 7 0 4C 60 27 C 5B 20
Octal 234 46 7 0 114 140 47 14 133 40
Binary 10011100 100110 111 0 1001100 1100000 100111 1100 1011011 100000

Color Harmonies of #9C2607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2607

Black with #9C2607

Text Example


Text Example

White with #9C2607

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,38,7); }

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

background-color css

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

 a { background-color: rgb(156,38,7); }

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

border-color css

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

 span { border-color: rgb(156,38,7); }

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