Html Css Color HEX #946261 Rose Taupe

📋 copy color: '#946261'

red 148 ◦ green 98 ◦ blue 97

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

Shades of Rose Taupe #946261

Tints of Rose Taupe #946261

RGB

 RED value IS 148 (58.2% from 255) = 43.15%

 GREEN value IS 98 (38.67% from 255) = 28.57%

 BLUE value IS 97 (38.28% from 255) = 28.28%

R = 43.15%
G = 28.57%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#946261 (or 0x946261) is known color: Rose Taupe. HEX triplet: 94, 62 and 61. RGB value is (148,98,97). Sum of RGB (Red+Green+Blue) = 148+98+97=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 97 (38.28% from 255 or 28.28% from 343); Max value from RGB is 148 - color contains mainly: red. Hex color #946261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946261 is #6B9D9E. Grayscale: #707070. Windows color (decimal): -7052703 or 6382228. OLE color: 6382228.

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

Color convert

RGB 148 98 97 -
CMYK 0 0.34 0.34 0.42
HSL 1.18º 0.21% 0.48% -
HSV(B) 1.18º 0.34% 0.58% -
XYZ 18.74 15.89 13.39 -
YUV 112.84 119.07 153.08 -
System Red Green Blue C M Y K H S L
Decimal 148 98 97 0 0.34 0.34 0.42 1.18 0.21 0.48
Hex 94 62 61 0 22 22 2A 1 15 30
Octal 224 142 141 0 42 42 52 1 25 60
Binary 10010100 1100010 1100001 0 100010 100010 101010 1 10101 110000

Color Harmonies of #946261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946261

Black with #946261

Text Example


Text Example

White with #946261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946261; }

 p { color: rgb(148,98,97); }

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

background-color css

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

 a { background-color: rgb(148,98,97); }

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

border-color css

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

 span { border-color: rgb(148,98,97); }

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