Html Css Color HEX #962609 Mandarian Orange

📋 copy color: '#962609'

red 150 ◦ green 38 ◦ blue 9

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

Shades of Mandarian Orange #962609

Tints of Mandarian Orange #962609

RGB

 RED value IS 150 (58.98% from 255) = 76.14%

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

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

R = 76.14%
G = 19.29%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.41

RGB Variations

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

Color information

#962609 (or 0x962609) is known color: Mandarian Orange. HEX triplet: 96, 26 and 09. RGB value is (150,38,9). Sum of RGB (Red+Green+Blue) = 150+38+9=197 (26% of max value = 765). Red value is 150 (58.98% from 255 or 76.14% from 197); Green value is 38 (15.23% from 255 or 19.29% from 197); Blue value is 9 (3.91% from 255 or 4.57% from 197); Max value from RGB is 150 - color contains mainly: red. Hex color #962609 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962609 is #69D9F6. Grayscale: #444444. Windows color (decimal): -6937079 or 599702. OLE color: 599702.

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

Color convert

RGB 150 38 9 -
CMYK 0 0.75 0.94 0.41
HSL 12.34º 0.89% 0.31% -
HSV(B) 12.34º 0.94% 0.59% -
XYZ 13.32 7.89 1.08 -
YUV 68.18 94.61 186.36 -
System Red Green Blue C M Y K H S L
Decimal 150 38 9 0 0.75 0.94 0.41 12.34 0.89 0.31
Hex 96 26 9 0 4B 5E 29 C 59 1F
Octal 226 46 11 0 113 136 51 14 131 37
Binary 10010110 100110 1001 0 1001011 1011110 101001 1100 1011001 11111

Color Harmonies of #962609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962609

Black with #962609

Text Example


Text Example

White with #962609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962609; }

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

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

background-color css

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

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

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

border-color css

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

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

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