Html Css Color HEX #964338 Mojo

📋 copy color: '#964338'

red 150 ◦ green 67 ◦ blue 56

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

Shades of Mojo #964338

Tints of Mojo #964338

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.54%

 BLUE value IS 56 (22.27% from 255) = 20.51%

R = 54.95%
G = 24.54%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#964338 (or 0x964338) is known color: Mojo. HEX triplet: 96, 43 and 38. RGB value is (150,67,56). Sum of RGB (Red+Green+Blue) = 150+67+56=273 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.95% from 273); Green value is 67 (26.56% from 255 or 24.54% from 273); Blue value is 56 (22.27% from 255 or 20.51% from 273); Max value from RGB is 150 - color contains mainly: red. Hex color #964338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964338 is #69BCC7. Grayscale: #5A5A5A. Windows color (decimal): -6929608 or 3687318. OLE color: 3687318.

HSL color Cylindrical-coordinate representation of color #964338: hue angle of 7.02º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #964338 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 67 56 -
CMYK 0 0.55 0.63 0.41
HSL 7.02º 0.46% 0.4% -
HSV(B) 7.02º 0.63% 0.59% -
XYZ 15.3 10.78 5.02 -
YUV 90.56 108.5 170.39 -
System Red Green Blue C M Y K H S L
Decimal 150 67 56 0 0.55 0.63 0.41 7.02 0.46 0.4
Hex 96 43 38 0 37 3F 29 7 2E 28
Octal 226 103 70 0 67 77 51 7 56 50
Binary 10010110 1000011 111000 0 110111 111111 101001 111 101110 101000

Color Harmonies of #964338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964338

Black with #964338

Text Example


Text Example

White with #964338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964338; }

 p { color: rgb(150,67,56); }

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

background-color css

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

 a { background-color: rgb(150,67,56); }

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

border-color css

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

 span { border-color: rgb(150,67,56); }

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