Html Css Color HEX #9A2506 Mandarian Orange

📋 copy color: '#9A2506'

red 154 ◦ green 37 ◦ blue 6

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

Shades of Mandarian Orange #9A2506

Tints of Mandarian Orange #9A2506

RGB

 RED value IS 154 (60.55% from 255) = 78.17%

 GREEN value IS 37 (14.84% from 255) = 18.78%

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

R = 78.17%
G = 18.78%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.40

RGB Variations

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

Color information

#9A2506 (or 0x9A2506) is known color: Mandarian Orange. HEX triplet: 9A, 25 and 06. RGB value is (154,37,6). Sum of RGB (Red+Green+Blue) = 154+37+6=197 (26% of max value = 765). Red value is 154 (60.55% from 255 or 78.17% from 197); Green value is 37 (14.84% from 255 or 18.78% from 197); Blue value is 6 (2.73% from 255 or 3.05% from 197); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2506 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A2506 is #65DAF9. Grayscale: #444444. Windows color (decimal): -6675194 or 402842. OLE color: 402842.

HSL color Cylindrical-coordinate representation of color #9A2506: hue angle of 12.57º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9A2506 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 37 6 -
CMYK 0 0.76 0.96 0.40
HSL 12.57º 0.93% 0.31% -
HSV(B) 12.57º 0.96% 0.6% -
XYZ 14.02 8.21 1.02 -
YUV 68.45 92.76 189.02 -
System Red Green Blue C M Y K H S L
Decimal 154 37 6 0 0.76 0.96 0.40 12.57 0.93 0.31
Hex 9A 25 6 0 4C 60 28 D 5C 1F
Octal 232 45 6 0 114 140 50 15 134 37
Binary 10011010 100101 110 0 1001100 1100000 101000 1101 1011100 11111

Color Harmonies of #9A2506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A2506

Black with #9A2506

Text Example


Text Example

White with #9A2506

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,37,6); }

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

background-color css

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

 a { background-color: rgb(154,37,6); }

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

border-color css

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

 span { border-color: rgb(154,37,6); }

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