Html Css Color HEX #981612 Mandarian Orange

📋 copy color: '#981612'

red 152 ◦ green 22 ◦ blue 18

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

Shades of Mandarian Orange #981612

Tints of Mandarian Orange #981612

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.46%

 BLUE value IS 18 (7.42% from 255) = 9.38%

R = 79.17%
G = 11.46%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#981612 (or 0x981612) is known color: Mandarian Orange. HEX triplet: 98, 16 and 12. RGB value is (152,22,18). Sum of RGB (Red+Green+Blue) = 152+22+18=192 (25% of max value = 765). Red value is 152 (59.77% from 255 or 79.17% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 18 (7.42% from 255 or 9.38% from 192); Max value from RGB is 152 - color contains mainly: red. Hex color #981612 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981612 is #67E9ED. Grayscale: #3C3C3C. Windows color (decimal): -6810094 or 1185432. OLE color: 1185432.

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

Color convert

RGB 152 22 18 -
CMYK 0 0.86 0.88 0.40
HSL 1.79º 0.79% 0.33% -
HSV(B) 1.79º 0.88% 0.6% -
XYZ 13.34 7.29 1.28 -
YUV 60.41 104.07 193.33 -
System Red Green Blue C M Y K H S L
Decimal 152 22 18 0 0.86 0.88 0.40 1.79 0.79 0.33
Hex 98 16 12 0 56 58 28 2 4F 21
Octal 230 26 22 0 126 130 50 2 117 41
Binary 10011000 10110 10010 0 1010110 1011000 101000 10 1001111 100001

Color Harmonies of #981612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981612

Black with #981612

Text Example


Text Example

White with #981612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981612; }

 p { color: rgb(152,22,18); }

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

background-color css

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

 a { background-color: rgb(152,22,18); }

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

border-color css

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

 span { border-color: rgb(152,22,18); }

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