Html Css Color HEX #972306 Mandarian Orange

📋 copy color: '#972306'

red 151 ◦ green 35 ◦ blue 6

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

Shades of Mandarian Orange #972306

Tints of Mandarian Orange #972306

RGB

 RED value IS 151 (59.38% from 255) = 78.65%

 GREEN value IS 35 (14.06% from 255) = 18.23%

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

R = 78.65%
G = 18.23%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.41

RGB Variations

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

Color information

#972306 (or 0x972306) is known color: Mandarian Orange. HEX triplet: 97, 23 and 06. RGB value is (151,35,6). Sum of RGB (Red+Green+Blue) = 151+35+6=192 (25% of max value = 765). Red value is 151 (59.38% from 255 or 78.65% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 6 (2.73% from 255 or 3.12% from 192); Max value from RGB is 151 - color contains mainly: red. Hex color #972306 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972306 is #68DCF9. Grayscale: #424242. Windows color (decimal): -6872314 or 402327. OLE color: 402327.

HSL color Cylindrical-coordinate representation of color #972306: hue angle of 12º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #972306 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 35 6 -
CMYK 0 0.77 0.96 0.41
HSL 12º 0.92% 0.31% -
HSV(B) 12º 0.96% 0.59% -
XYZ 13.4 7.79 0.97 -
YUV 66.38 93.93 188.36 -
System Red Green Blue C M Y K H S L
Decimal 151 35 6 0 0.77 0.96 0.41 12 0.92 0.31
Hex 97 23 6 0 4D 60 29 C 5C 1F
Octal 227 43 6 0 115 140 51 14 134 37
Binary 10010111 100011 110 0 1001101 1100000 101001 1100 1011100 11111

Color Harmonies of #972306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972306

Black with #972306

Text Example


Text Example

White with #972306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972306; }

 p { color: rgb(151,35,6); }

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

background-color css

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

 a { background-color: rgb(151,35,6); }

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

border-color css

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

 span { border-color: rgb(151,35,6); }

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