Html Css Color HEX #962608 Mandarian Orange

📋 copy color: '#962608'

red 150 ◦ green 38 ◦ blue 8

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

Shades of Mandarian Orange #962608

Tints of Mandarian Orange #962608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.08%

R = 76.53%
G = 19.39%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#962608 (or 0x962608) is known color: Mandarian Orange. HEX triplet: 96, 26 and 08. RGB value is (150,38,8). Sum of RGB (Red+Green+Blue) = 150+38+8=196 (25% of max value = 765). Red value is 150 (58.98% from 255 or 76.53% from 196); Green value is 38 (15.23% from 255 or 19.39% from 196); Blue value is 8 (3.52% from 255 or 4.08% from 196); Max value from RGB is 150 - color contains mainly: red. Hex color #962608 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962608 is #69D9F7. Grayscale: #444444. Windows color (decimal): -6937080 or 534166. OLE color: 534166.

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

Color convert

RGB 150 38 8 -
CMYK 0 0.75 0.95 0.41
HSL 12.68º 0.9% 0.31% -
HSV(B) 12.68º 0.95% 0.59% -
XYZ 13.31 7.89 1.05 -
YUV 68.07 94.11 186.44 -
System Red Green Blue C M Y K H S L
Decimal 150 38 8 0 0.75 0.95 0.41 12.68 0.9 0.31
Hex 96 26 8 0 4B 5F 29 D 5A 1F
Octal 226 46 10 0 113 137 51 15 132 37
Binary 10010110 100110 1000 0 1001011 1011111 101001 1101 1011010 11111

Color Harmonies of #962608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962608

Black with #962608

Text Example


Text Example

White with #962608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962608; }

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

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

background-color css

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

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

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

border-color css

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

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

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