Html Css Color HEX #9C2706 Mandarian Orange

📋 copy color: '#9C2706'

red 156 ◦ green 39 ◦ blue 6

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

Shades of Mandarian Orange #9C2706

Tints of Mandarian Orange #9C2706

RGB

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

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

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

R = 77.61%
G = 19.4%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.96

 K value IS 0.39

RGB Variations

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

Color information

#9C2706 (or 0x9C2706) is known color: Mandarian Orange. HEX triplet: 9C, 27 and 06. RGB value is (156,39,6). Sum of RGB (Red+Green+Blue) = 156+39+6=201 (26% of max value = 765). Red value is 156 (61.33% from 255 or 77.61% from 201); Green value is 39 (15.62% from 255 or 19.40% from 201); Blue value is 6 (2.73% from 255 or 2.99% from 201); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2706 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2706 is #63D8F9. Grayscale: #464646. Windows color (decimal): -6543610 or 403356. OLE color: 403356.

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

Color convert

RGB 156 39 6 -
CMYK 0 0.75 0.96 0.39
HSL 13.2º 0.93% 0.32% -
HSV(B) 13.2º 0.96% 0.61% -
XYZ 14.47 8.53 1.06 -
YUV 70.22 91.76 189.18 -
System Red Green Blue C M Y K H S L
Decimal 156 39 6 0 0.75 0.96 0.39 13.2 0.93 0.32
Hex 9C 27 6 0 4B 60 27 D 5D 20
Octal 234 47 6 0 113 140 47 15 135 40
Binary 10011100 100111 110 0 1001011 1100000 100111 1101 1011101 100000

Color Harmonies of #9C2706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2706

Black with #9C2706

Text Example


Text Example

White with #9C2706

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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