#95625F

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

Shades of Rose Taupe #95625F

Tints of Rose Taupe #95625F

Color information

#95625F (or 0x95625F) is unknown color: approx Rose Taupe. HEX triplet: 95, 62 and 5F. RGB value is (149,98,95). Sum of RGB (Red+Green+Blue) = 149+98+95=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 95 (37.5% from 255 or 27.78% from 342); Max value from RGB is 149 - color contains mainly: red. Hex color #95625F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95625F is #6A9DA0. Grayscale: #707070. Windows color (decimal): -6987169 or 6251157. OLE color: 6251157.

HSL color Cylindrical-coordinate representation of color #95625F: hue angle of 3.33º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95625F is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB1499895-
CMYK00.340.360.42
HSL3.33º22.13%47.84%-
HSV(B)3.33º36.24%58.43%-
XYZ18.8315.9512.91-
YUV112.91117.9153.74-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.57%
GREEN value IS 98 (38.67% from 255) = 28.65%
BLUE value IS 95 (37.5% from 255) = 27.78%
R=43.57%
G=28.65%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149989500.340.360.423.3322.1347.84
Hex95625F022242A31630
Octal225142137042445232660
Binary100101011100010101111101000101001001010101110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,98,95); }

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

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

 a { background-color: rgb(149,98,95); }

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

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

 span { border-color: rgb(149,98,95); }

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