Html Css Color HEX #982610 Mandarian Orange

📋 copy color: '#982610'

red 152 ◦ green 38 ◦ blue 16

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

Shades of Mandarian Orange #982610

Tints of Mandarian Orange #982610

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.45%

 BLUE value IS 16 (6.64% from 255) = 7.77%

R = 73.79%
G = 18.45%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#982610 (or 0x982610) is known color: Mandarian Orange. HEX triplet: 98, 26 and 10. RGB value is (152,38,16). Sum of RGB (Red+Green+Blue) = 152+38+16=206 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.79% from 206); Green value is 38 (15.23% from 255 or 18.45% from 206); Blue value is 16 (6.64% from 255 or 7.77% from 206); Max value from RGB is 152 - color contains mainly: red. Hex color #982610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982610 is #67D9EF. Grayscale: #454545. Windows color (decimal): -6806000 or 1058456. OLE color: 1058456.

HSL color Cylindrical-coordinate representation of color #982610: hue angle of 9.71º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #982610 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 38 16 -
CMYK 0 0.75 0.89 0.40
HSL 9.71º 0.81% 0.33% -
HSV(B) 9.71º 0.89% 0.6% -
XYZ 13.74 8.1 1.33 -
YUV 69.58 97.77 186.79 -
System Red Green Blue C M Y K H S L
Decimal 152 38 16 0 0.75 0.89 0.40 9.71 0.81 0.33
Hex 98 26 10 0 4B 59 28 A 51 21
Octal 230 46 20 0 113 131 50 12 121 41
Binary 10011000 100110 10000 0 1001011 1011001 101000 1010 1010001 100001

Color Harmonies of #982610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982610

Black with #982610

Text Example


Text Example

White with #982610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982610; }

 p { color: rgb(152,38,16); }

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

background-color css

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

 a { background-color: rgb(152,38,16); }

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

border-color css

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

 span { border-color: rgb(152,38,16); }

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