Html Css Color HEX #912616 Mandarian Orange

📋 copy color: '#912616'

red 145 ◦ green 38 ◦ blue 22

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

Shades of Mandarian Orange #912616

Tints of Mandarian Orange #912616

RGB

 RED value IS 145 (57.03% from 255) = 70.73%

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

 BLUE value IS 22 (8.98% from 255) = 10.73%

R = 70.73%
G = 18.54%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.85

 K value IS 0.43

RGB Variations

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

Color information

#912616 (or 0x912616) is known color: Mandarian Orange. HEX triplet: 91, 26 and 16. RGB value is (145,38,22). Sum of RGB (Red+Green+Blue) = 145+38+22=205 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.73% from 205); Green value is 38 (15.23% from 255 or 18.54% from 205); Blue value is 22 (8.98% from 255 or 10.73% from 205); Max value from RGB is 145 - color contains mainly: red. Hex color #912616 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912616 is #6ED9E9. Grayscale: #444444. Windows color (decimal): -7264746 or 1451665. OLE color: 1451665.

HSL color Cylindrical-coordinate representation of color #912616: hue angle of 7.8º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #912616 is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 38 22 -
CMYK 0 0.74 0.85 0.43
HSL 7.8º 0.74% 0.33% -
HSV(B) 7.8º 0.85% 0.57% -
XYZ 12.51 7.46 1.54 -
YUV 68.17 101.95 182.8 -
System Red Green Blue C M Y K H S L
Decimal 145 38 22 0 0.74 0.85 0.43 7.8 0.74 0.33
Hex 91 26 16 0 4A 55 2B 8 4A 21
Octal 221 46 26 0 112 125 53 10 112 41
Binary 10010001 100110 10110 0 1001010 1010101 101011 1000 1001010 100001

Color Harmonies of #912616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912616

Black with #912616

Text Example


Text Example

White with #912616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912616; }

 p { color: rgb(145,38,22); }

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

background-color css

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

 a { background-color: rgb(145,38,22); }

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

border-color css

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

 span { border-color: rgb(145,38,22); }

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