Html Css Color HEX #902614 Mandarian Orange

📋 copy color: '#902614'

red 144 ◦ green 38 ◦ blue 20

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

Shades of Mandarian Orange #902614

Tints of Mandarian Orange #902614

RGB

 RED value IS 144 (56.64% from 255) = 71.29%

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

 BLUE value IS 20 (8.2% from 255) = 9.9%

R = 71.29%
G = 18.81%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#902614 (or 0x902614) is known color: Mandarian Orange. HEX triplet: 90, 26 and 14. RGB value is (144,38,20). Sum of RGB (Red+Green+Blue) = 144+38+20=202 (26% of max value = 765). Red value is 144 (56.64% from 255 or 71.29% from 202); Green value is 38 (15.23% from 255 or 18.81% from 202); Blue value is 20 (8.20% from 255 or 9.90% from 202); Max value from RGB is 144 - color contains mainly: red. Hex color #902614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902614 is #6FD9EB. Grayscale: #434343. Windows color (decimal): -7330284 or 1320592. OLE color: 1320592.

HSL color Cylindrical-coordinate representation of color #902614: hue angle of 8.71º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #902614 is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 38 20 -
CMYK 0 0.74 0.86 0.44
HSL 8.71º 0.76% 0.32% -
HSV(B) 8.71º 0.86% 0.56% -
XYZ 12.32 7.37 1.43 -
YUV 67.64 101.12 182.46 -
System Red Green Blue C M Y K H S L
Decimal 144 38 20 0 0.74 0.86 0.44 8.71 0.76 0.32
Hex 90 26 14 0 4A 56 2C 9 4C 20
Octal 220 46 24 0 112 126 54 11 114 40
Binary 10010000 100110 10100 0 1001010 1010110 101100 1001 1001100 100000

Color Harmonies of #902614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #902614

Black with #902614

Text Example


Text Example

White with #902614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #902614; }

 p { color: rgb(144,38,20); }

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

background-color css

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

 a { background-color: rgb(144,38,20); }

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

border-color css

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

 span { border-color: rgb(144,38,20); }

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