#95614F

Color #95614F Spicy Mix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Mix #95614F

Tints of Spicy Mix #95614F

Color information

#95614F (or 0x95614F) is unknown color: approx Spicy Mix. HEX triplet: 95, 61 and 4F. RGB value is (149,97,79). Sum of RGB (Red+Green+Blue) = 149+97+79=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 79 (31.25% from 255 or 24.31% from 325); Max value from RGB is 149 - color contains mainly: red. Hex color #95614F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95614F is #6A9EB0. Grayscale: #6E6E6E. Windows color (decimal): -6987441 or 5202325. OLE color: 5202325.

HSL color Cylindrical-coordinate representation of color #95614F: hue angle of 15.43º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #95614F is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB1499779-
CMYK00.350.470.42
HSL15.43º30.7%44.71%-
HSV(B)15.43º46.98%58.43%-
XYZ18.0815.59.44-
YUV110.5110.23155.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.85%
GREEN value IS 97 (38.28% from 255) = 29.85%
BLUE value IS 79 (31.25% from 255) = 24.31%
R=45.85%
G=29.85%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149977900.350.470.4215.4330.744.71
Hex95614F0232F2Af1f2d
Octal2251411170435752173755
Binary10010101110000110011110100011101111101010111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95614F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95614F; }

 p { color: rgb(149,97,79); }

 H1.HeaderClassName
 {
   color: #95614F;
 }
 .AnyTagClassName
 {
   color: #95614F;
 }
</style>
background-color css

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

 a { background-color: rgb(149,97,79); }

 div.DivClassName
 {
   background-color: #95614F;
 }
 .BgClassName
 {
   background-color: #95614F;
 }
</style>
border-color css

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

 span { border-color: rgb(149,97,79); }

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