Html Css Color HEX #965C4D Spicy Mix

📋 copy color: '#965C4D'

red 150 ◦ green 92 ◦ blue 77

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

Shades of Spicy Mix #965C4D

Tints of Spicy Mix #965C4D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.84%

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

R = 47.02%
G = 28.84%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#965C4D (or 0x965C4D) is known color: Spicy Mix. HEX triplet: 96, 5C and 4D. RGB value is (150,92,77). Sum of RGB (Red+Green+Blue) = 150+92+77=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 150 - color contains mainly: red. Hex color #965C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965C4D is #69A3B2. Grayscale: #6B6B6B. Windows color (decimal): -6923187 or 5069974. OLE color: 5069974.

HSL color Cylindrical-coordinate representation of color #965C4D: hue angle of 12.33º 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 #965C4D is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 92 77 -
CMYK 0 0.39 0.49 0.41
HSL 12.33º 0.32% 0.45% -
HSV(B) 12.33º 0.49% 0.59% -
XYZ 17.74 14.67 8.92 -
YUV 107.63 110.72 158.22 -
System Red Green Blue C M Y K H S L
Decimal 150 92 77 0 0.39 0.49 0.41 12.33 0.32 0.45
Hex 96 5C 4D 0 27 31 29 C 20 2D
Octal 226 134 115 0 47 61 51 14 40 55
Binary 10010110 1011100 1001101 0 100111 110001 101001 1100 100000 101101

Color Harmonies of #965C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965C4D

Black with #965C4D

Text Example


Text Example

White with #965C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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