Html Css Color HEX #946060 Rose Taupe

📋 copy color: '#946060'

red 148 ◦ green 96 ◦ blue 96

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

Shades of Rose Taupe #946060

Tints of Rose Taupe #946060

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.24%

 BLUE value IS 96 (37.89% from 255) = 28.24%

R = 43.53%
G = 28.24%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#946060 (or 0x946060) is known color: Rose Taupe. HEX triplet: 94, 60 and 60. RGB value is (148,96,96). Sum of RGB (Red+Green+Blue) = 148+96+96=340 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.53% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 96 (37.89% from 255 or 28.24% from 340); Max value from RGB is 148 - color contains mainly: red. Hex color #946060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946060 is #6B9F9F. Grayscale: #6F6F6F. Windows color (decimal): -7053216 or 6316180. OLE color: 6316180.

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

Color convert

RGB 148 96 96 -
CMYK 0 0.35 0.35 0.42
HSL 0.21% 0.48% -
HSV(B) 0.35% 0.58% -
XYZ 18.51 15.51 13.08 -
YUV 111.55 119.23 154 -
System Red Green Blue C M Y K H S L
Decimal 148 96 96 0 0.35 0.35 0.42 0 0.21 0.48
Hex 94 60 60 0 23 23 2A 0 15 30
Octal 224 140 140 0 43 43 52 0 25 60
Binary 10010100 1100000 1100000 0 100011 100011 101010 0 10101 110000

Color Harmonies of #946060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946060

Black with #946060

Text Example


Text Example

White with #946060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946060; }

 p { color: rgb(148,96,96); }

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

background-color css

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

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

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

border-color css

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

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

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