Html Css Color HEX #95604C Spicy Mix

📋 copy color: '#95604C'

red 149 ◦ green 96 ◦ blue 76

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

Shades of Spicy Mix #95604C

Tints of Spicy Mix #95604C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.68%

R = 46.42%
G = 29.91%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#95604C (or 0x95604C) is known color: Spicy Mix. HEX triplet: 95, 60 and 4C. RGB value is (149,96,76). Sum of RGB (Red+Green+Blue) = 149+96+76=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 76 (30.08% from 255 or 23.68% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #95604C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95604C is #6A9FB3. Grayscale: #6D6D6D. Windows color (decimal): -6987700 or 5005461. OLE color: 5005461.

HSL color Cylindrical-coordinate representation of color #95604C: hue angle of 16.44º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #95604C is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 96 76 -
CMYK 0 0.36 0.49 0.42
HSL 16.44º 0.32% 0.44% -
HSV(B) 16.44º 0.49% 0.58% -
XYZ 17.88 15.28 8.84 -
YUV 109.57 109.06 156.13 -
System Red Green Blue C M Y K H S L
Decimal 149 96 76 0 0.36 0.49 0.42 16.44 0.32 0.44
Hex 95 60 4C 0 24 31 2A 10 20 2C
Octal 225 140 114 0 44 61 52 20 40 54
Binary 10010101 1100000 1001100 0 100100 110001 101010 10000 100000 101100

Color Harmonies of #95604C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95604C

Black with #95604C

Text Example


Text Example

White with #95604C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95604C; }

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

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

background-color css

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

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

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

border-color css

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

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

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