Html Css Color HEX #95615E Rose Taupe

📋 copy color: '#95615E'

red 149 ◦ green 97 ◦ blue 94

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

Shades of Rose Taupe #95615E

Tints of Rose Taupe #95615E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.53%

 BLUE value IS 94 (37.11% from 255) = 27.65%

R = 43.82%
G = 28.53%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#95615E (or 0x95615E) is known color: Rose Taupe. HEX triplet: 95, 61 and 5E. RGB value is (149,97,94). Sum of RGB (Red+Green+Blue) = 149+97+94=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 94 (37.11% from 255 or 27.65% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #95615E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95615E is #6A9EA1. Grayscale: #707070. Windows color (decimal): -6987426 or 6185365. OLE color: 6185365.

HSL color Cylindrical-coordinate representation of color #95615E: hue angle of 3.27º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95615E is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 97 94 -
CMYK 0 0.35 0.37 0.42
HSL 3.27º 0.23% 0.48% -
HSV(B) 3.27º 0.37% 0.58% -
XYZ 18.69 15.75 12.64 -
YUV 112.21 117.73 154.24 -
System Red Green Blue C M Y K H S L
Decimal 149 97 94 0 0.35 0.37 0.42 3.27 0.23 0.48
Hex 95 61 5E 0 23 25 2A 3 17 30
Octal 225 141 136 0 43 45 52 3 27 60
Binary 10010101 1100001 1011110 0 100011 100101 101010 11 10111 110000

Color Harmonies of #95615E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95615E

Black with #95615E

Text Example


Text Example

White with #95615E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95615E; }

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

 H1.HeaderClassName
 {
   color: #95615E;
 }
 .AnyTagClassName
 {
   color: #95615E;
 }
</style>

background-color css

<style>
 a { background-color: #95615E; }

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

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

border-color css

<style>
 span { border-color: #95615E; }

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

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