Html Css Color HEX #965E4A Spicy Mix

📋 copy color: '#965E4A'

red 150 ◦ green 94 ◦ blue 74

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

Shades of Spicy Mix #965E4A

Tints of Spicy Mix #965E4A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.56%

 BLUE value IS 74 (29.3% from 255) = 23.27%

R = 47.17%
G = 29.56%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#965E4A (or 0x965E4A) is known color: Spicy Mix. HEX triplet: 96, 5E and 4A. RGB value is (150,94,74). Sum of RGB (Red+Green+Blue) = 150+94+74=318 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.17% from 318); Green value is 94 (37.11% from 255 or 29.56% from 318); Blue value is 74 (29.30% from 255 or 23.27% from 318); Max value from RGB is 150 - color contains mainly: red. Hex color #965E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965E4A is #69A1B5. Grayscale: #6C6C6C. Windows color (decimal): -6922678 or 4873878. OLE color: 4873878.

HSL color Cylindrical-coordinate representation of color #965E4A: hue angle of 15.79º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #965E4A is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 94 74 -
CMYK 0 0.37 0.51 0.41
HSL 15.79º 0.34% 0.44% -
HSV(B) 15.79º 0.51% 0.59% -
XYZ 17.82 14.98 8.43 -
YUV 108.46 108.55 157.63 -
System Red Green Blue C M Y K H S L
Decimal 150 94 74 0 0.37 0.51 0.41 15.79 0.34 0.44
Hex 96 5E 4A 0 25 33 29 10 22 2C
Octal 226 136 112 0 45 63 51 20 42 54
Binary 10010110 1011110 1001010 0 100101 110011 101001 10000 100010 101100

Color Harmonies of #965E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965E4A

Black with #965E4A

Text Example


Text Example

White with #965E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965E4A; }

 p { color: rgb(150,94,74); }

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

background-color css

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

 a { background-color: rgb(150,94,74); }

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

border-color css

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

 span { border-color: rgb(150,94,74); }

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