Html Css Color HEX #965E4D Spicy Mix

📋 copy color: '#965E4D'

red 150 ◦ green 94 ◦ blue 77

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

Shades of Spicy Mix #965E4D

Tints of Spicy Mix #965E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.99%

R = 46.73%
G = 29.28%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#965E4D (or 0x965E4D) is known color: Spicy Mix. HEX triplet: 96, 5E and 4D. RGB value is (150,94,77). Sum of RGB (Red+Green+Blue) = 150+94+77=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #965E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965E4D is #69A1B2. Grayscale: #6C6C6C. Windows color (decimal): -6922675 or 5070486. OLE color: 5070486.

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

Color convert

RGB 150 94 77 -
CMYK 0 0.37 0.49 0.41
HSL 13.97º 0.32% 0.45% -
HSV(B) 13.97º 0.49% 0.59% -
XYZ 17.92 15.03 8.98 -
YUV 108.81 110.05 157.38 -
System Red Green Blue C M Y K H S L
Decimal 150 94 77 0 0.37 0.49 0.41 13.97 0.32 0.45
Hex 96 5E 4D 0 25 31 29 E 20 2D
Octal 226 136 115 0 45 61 51 16 40 55
Binary 10010110 1011110 1001101 0 100101 110001 101001 1110 100000 101101

Color Harmonies of #965E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965E4D

Black with #965E4D

Text Example


Text Example

White with #965E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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