#96615F

Color #96615F Rose Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Taupe #96615F

Tints of Rose Taupe #96615F

Color information

#96615F (or 0x96615F) is unknown color: approx Rose Taupe. HEX triplet: 96, 61 and 5F. RGB value is (150,97,95). Sum of RGB (Red+Green+Blue) = 150+97+95=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 95 (37.5% from 255 or 27.78% from 342); Max value from RGB is 150 - color contains mainly: red. Hex color #96615F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96615F is #699EA0. Grayscale: #707070. Windows color (decimal): -6921889 or 6250902. OLE color: 6250902.

HSL color Cylindrical-coordinate representation of color #96615F: hue angle of 2.18º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96615F is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB1509795-
CMYK00.350.370.41
HSL2.18º22.45%48.04%-
HSV(B)2.18º36.67%58.82%-
XYZ18.9215.8612.89-
YUV112.62118.06154.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.86%
GREEN value IS 97 (38.28% from 255) = 28.36%
BLUE value IS 95 (37.5% from 255) = 27.78%
R=43.86%
G=28.36%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150979500.350.370.412.1822.4548.04
Hex96615F023252921630
Octal226141137043455122660
Binary100101101100001101111101000111001011010011010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96615F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,97,95); }

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

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

 a { background-color: rgb(150,97,95); }

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

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

 span { border-color: rgb(150,97,95); }

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