Html Css Color HEX #982306 Mandarian Orange

📋 copy color: '#982306'

red 152 ◦ green 35 ◦ blue 6

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

Shades of Mandarian Orange #982306

Tints of Mandarian Orange #982306

RGB

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

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

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

R = 78.76%
G = 18.13%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.40

RGB Variations

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

Color information

#982306 (or 0x982306) is known color: Mandarian Orange. HEX triplet: 98, 23 and 06. RGB value is (152,35,6). Sum of RGB (Red+Green+Blue) = 152+35+6=193 (25% of max value = 765). Red value is 152 (59.77% from 255 or 78.76% from 193); Green value is 35 (14.06% from 255 or 18.13% from 193); Blue value is 6 (2.73% from 255 or 3.11% from 193); Max value from RGB is 152 - color contains mainly: red. Hex color #982306 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982306 is #67DCF9. Grayscale: #424242. Windows color (decimal): -6806778 or 402328. OLE color: 402328.

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

Color convert

RGB 152 35 6 -
CMYK 0 0.77 0.96 0.40
HSL 11.92º 0.92% 0.31% -
HSV(B) 11.92º 0.96% 0.6% -
XYZ 13.58 7.89 0.98 -
YUV 66.68 93.76 188.86 -
System Red Green Blue C M Y K H S L
Decimal 152 35 6 0 0.77 0.96 0.40 11.92 0.92 0.31
Hex 98 23 6 0 4D 60 28 C 5C 1F
Octal 230 43 6 0 115 140 50 14 134 37
Binary 10011000 100011 110 0 1001101 1100000 101000 1100 1011100 11111

Color Harmonies of #982306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982306

Black with #982306

Text Example


Text Example

White with #982306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982306; }

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

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

background-color css

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

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

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

border-color css

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

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

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