Html Css Color HEX #96463B Mojo

📋 copy color: '#96463B'

red 150 ◦ green 70 ◦ blue 59

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

Shades of Mojo #96463B

Tints of Mojo #96463B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.09%

 BLUE value IS 59 (23.44% from 255) = 21.15%

R = 53.76%
G = 25.09%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#96463B (or 0x96463B) is known color: Mojo. HEX triplet: 96, 46 and 3B. RGB value is (150,70,59). Sum of RGB (Red+Green+Blue) = 150+70+59=279 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.76% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 59 (23.44% from 255 or 21.15% from 279); Max value from RGB is 150 - color contains mainly: red. Hex color #96463B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96463B is #69B9C4. Grayscale: #5C5C5C. Windows color (decimal): -6928837 or 3884694. OLE color: 3884694.

HSL color Cylindrical-coordinate representation of color #96463B: hue angle of 7.25º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #96463B is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 70 59 -
CMYK 0 0.53 0.61 0.41
HSL 7.25º 0.44% 0.41% -
HSV(B) 7.25º 0.61% 0.59% -
XYZ 15.56 11.18 5.48 -
YUV 92.67 109 168.89 -
System Red Green Blue C M Y K H S L
Decimal 150 70 59 0 0.53 0.61 0.41 7.25 0.44 0.41
Hex 96 46 3B 0 35 3D 29 7 2C 29
Octal 226 106 73 0 65 75 51 7 54 51
Binary 10010110 1000110 111011 0 110101 111101 101001 111 101100 101001

Color Harmonies of #96463B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96463B

Black with #96463B

Text Example


Text Example

White with #96463B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96463B; }

 p { color: rgb(150,70,59); }

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

background-color css

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

 a { background-color: rgb(150,70,59); }

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

border-color css

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

 span { border-color: rgb(150,70,59); }

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