Html Css Color HEX #982206 Mandarian Orange

📋 copy color: '#982206'

red 152 ◦ green 34 ◦ blue 6

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

Shades of Mandarian Orange #982206

Tints of Mandarian Orange #982206

RGB

 RED value IS 152 (59.77% from 255) = 79.17%

 GREEN value IS 34 (13.67% from 255) = 17.71%

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

R = 79.17%
G = 17.71%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.96

 K value IS 0.40

RGB Variations

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

Color information

#982206 (or 0x982206) is known color: Mandarian Orange. HEX triplet: 98, 22 and 06. RGB value is (152,34,6). Sum of RGB (Red+Green+Blue) = 152+34+6=192 (25% of max value = 765). Red value is 152 (59.77% from 255 or 79.17% from 192); Green value is 34 (13.67% from 255 or 17.71% from 192); Blue value is 6 (2.73% from 255 or 3.12% from 192); Max value from RGB is 152 - color contains mainly: red. Hex color #982206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982206 is #67DDF9. Grayscale: #424242. Windows color (decimal): -6807034 or 402072. OLE color: 402072.

HSL color Cylindrical-coordinate representation of color #982206: hue angle of 11.51º degrees, saturation: 0.92, 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 #982206 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 34 6 -
CMYK 0 0.78 0.96 0.40
HSL 11.51º 0.92% 0.31% -
HSV(B) 11.51º 0.96% 0.6% -
XYZ 13.55 7.83 0.97 -
YUV 66.09 94.09 189.28 -
System Red Green Blue C M Y K H S L
Decimal 152 34 6 0 0.78 0.96 0.40 11.51 0.92 0.31
Hex 98 22 6 0 4E 60 28 C 5C 1F
Octal 230 42 6 0 116 140 50 14 134 37
Binary 10011000 100010 110 0 1001110 1100000 101000 1100 1011100 11111

Color Harmonies of #982206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982206

Black with #982206

Text Example


Text Example

White with #982206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982206; }

 p { color: rgb(152,34,6); }

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

background-color css

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

 a { background-color: rgb(152,34,6); }

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

border-color css

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

 span { border-color: rgb(152,34,6); }

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