Html Css Color HEX #995E4D Spicy Mix

📋 copy color: '#995E4D'

red 153 ◦ green 94 ◦ blue 77

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

Shades of Spicy Mix #995E4D

Tints of Spicy Mix #995E4D

RGB

 RED value IS 153 (60.16% from 255) = 47.22%

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

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

R = 47.22%
G = 29.01%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#995E4D (or 0x995E4D) is known color: Spicy Mix. HEX triplet: 99, 5E and 4D. RGB value is (153,94,77). Sum of RGB (Red+Green+Blue) = 153+94+77=324 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.22% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 153 - color contains mainly: red. Hex color #995E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995E4D is #66A1B2. Grayscale: #6D6D6D. Windows color (decimal): -6726067 or 5070489. OLE color: 5070489.

HSL color Cylindrical-coordinate representation of color #995E4D: hue angle of 13.42º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #995E4D is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 94 77 -
CMYK 0 0.39 0.50 0.4
HSL 13.42º 0.33% 0.45% -
HSV(B) 13.42º 0.5% 0.6% -
XYZ 18.48 15.31 9 -
YUV 109.7 109.55 158.88 -
System Red Green Blue C M Y K H S L
Decimal 153 94 77 0 0.39 0.50 0.4 13.42 0.33 0.45
Hex 99 5E 4D 0 27 32 28 D 21 2D
Octal 231 136 115 0 47 62 50 15 41 55
Binary 10011001 1011110 1001101 0 100111 110010 101000 1101 100001 101101

Color Harmonies of #995E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995E4D

Black with #995E4D

Text Example


Text Example

White with #995E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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