Html Css Color HEX #956047 Spicy Mix

📋 copy color: '#956047'

red 149 ◦ green 96 ◦ blue 71

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

Shades of Spicy Mix #956047

Tints of Spicy Mix #956047

RGB

 RED value IS 149 (58.59% from 255) = 47.15%

 GREEN value IS 96 (37.89% from 255) = 30.38%

 BLUE value IS 71 (28.13% from 255) = 22.47%

R = 47.15%
G = 30.38%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#956047 (or 0x956047) is known color: Spicy Mix. HEX triplet: 95, 60 and 47. RGB value is (149,96,71). Sum of RGB (Red+Green+Blue) = 149+96+71=316 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.15% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 71 (28.12% from 255 or 22.47% from 316); Max value from RGB is 149 - color contains mainly: red. Hex color #956047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956047 is #6A9FB8. Grayscale: #6D6D6D. Windows color (decimal): -6987705 or 4677781. OLE color: 4677781.

HSL color Cylindrical-coordinate representation of color #956047: hue angle of 19.23º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #956047 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 96 71 -
CMYK 0 0.36 0.52 0.42
HSL 19.23º 0.35% 0.43% -
HSV(B) 19.23º 0.52% 0.58% -
XYZ 17.71 15.21 7.96 -
YUV 109 106.56 156.53 -
System Red Green Blue C M Y K H S L
Decimal 149 96 71 0 0.36 0.52 0.42 19.23 0.35 0.43
Hex 95 60 47 0 24 34 2A 13 23 2B
Octal 225 140 107 0 44 64 52 23 43 53
Binary 10010101 1100000 1000111 0 100100 110100 101010 10011 100011 101011

Color Harmonies of #956047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956047

Black with #956047

Text Example


Text Example

White with #956047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956047; }

 p { color: rgb(149,96,71); }

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

background-color css

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

 a { background-color: rgb(149,96,71); }

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

border-color css

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

 span { border-color: rgb(149,96,71); }

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