Html Css Color HEX #946059 Rose Taupe

📋 copy color: '#946059'

red 148 ◦ green 96 ◦ blue 89

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

Shades of Rose Taupe #946059

Tints of Rose Taupe #946059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 26.73%

R = 44.44%
G = 28.83%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#946059 (or 0x946059) is known color: Rose Taupe. HEX triplet: 94, 60 and 59. RGB value is (148,96,89). Sum of RGB (Red+Green+Blue) = 148+96+89=333 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.44% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 89 (35.16% from 255 or 26.73% from 333); Max value from RGB is 148 - color contains mainly: red. Hex color #946059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946059 is #6B9FA6. Grayscale: #6E6E6E. Windows color (decimal): -7053223 or 5857428. OLE color: 5857428.

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

Color convert

RGB 148 96 89 -
CMYK 0 0.35 0.40 0.42
HSL 7.12º 0.25% 0.46% -
HSV(B) 7.12º 0.4% 0.58% -
XYZ 18.2 15.38 11.46 -
YUV 110.75 115.73 154.57 -
System Red Green Blue C M Y K H S L
Decimal 148 96 89 0 0.35 0.40 0.42 7.12 0.25 0.46
Hex 94 60 59 0 23 28 2A 7 19 2E
Octal 224 140 131 0 43 50 52 7 31 56
Binary 10010100 1100000 1011001 0 100011 101000 101010 111 11001 101110

Color Harmonies of #946059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946059

Black with #946059

Text Example


Text Example

White with #946059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946059; }

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

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

background-color css

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

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

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

border-color css

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

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

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