Html Css Color HEX #982609 Mandarian Orange

📋 copy color: '#982609'

red 152 ◦ green 38 ◦ blue 9

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

Shades of Mandarian Orange #982609

Tints of Mandarian Orange #982609

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.52%

R = 76.38%
G = 19.1%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.40

RGB Variations

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

Color information

#982609 (or 0x982609) is known color: Mandarian Orange. HEX triplet: 98, 26 and 09. RGB value is (152,38,9). Sum of RGB (Red+Green+Blue) = 152+38+9=199 (26% of max value = 765). Red value is 152 (59.77% from 255 or 76.38% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 9 (3.91% from 255 or 4.52% from 199); Max value from RGB is 152 - color contains mainly: red. Hex color #982609 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982609 is #67D9F6. Grayscale: #454545. Windows color (decimal): -6806007 or 599704. OLE color: 599704.

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

Color convert

RGB 152 38 9 -
CMYK 0 0.75 0.94 0.40
HSL 12.17º 0.89% 0.32% -
HSV(B) 12.17º 0.94% 0.6% -
XYZ 13.69 8.08 1.1 -
YUV 68.78 94.27 187.36 -
System Red Green Blue C M Y K H S L
Decimal 152 38 9 0 0.75 0.94 0.40 12.17 0.89 0.32
Hex 98 26 9 0 4B 5E 28 C 59 20
Octal 230 46 11 0 113 136 50 14 131 40
Binary 10011000 100110 1001 0 1001011 1011110 101000 1100 1011001 100000

Color Harmonies of #982609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982609

Black with #982609

Text Example


Text Example

White with #982609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982609; }

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

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

background-color css

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

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

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

border-color css

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

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

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