Html Css Color HEX #945959 Rose Taupe

📋 copy color: '#945959'

red 148 ◦ green 89 ◦ blue 89

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

Shades of Rose Taupe #945959

Tints of Rose Taupe #945959

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.3%

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

R = 45.4%
G = 27.3%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#945959 (or 0x945959) is known color: Rose Taupe. HEX triplet: 94, 59 and 59. RGB value is (148,89,89). Sum of RGB (Red+Green+Blue) = 148+89+89=326 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.40% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 148 - color contains mainly: red. Hex color #945959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945959 is #6BA6A6. Grayscale: #6A6A6A. Windows color (decimal): -7055015 or 5855636. OLE color: 5855636.

HSL color Cylindrical-coordinate representation of color #945959: hue angle of 0º 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 #945959 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 89 89 -
CMYK 0 0.40 0.40 0.42
HSL 0.25% 0.46% -
HSV(B) 0.4% 0.58% -
XYZ 17.59 14.16 11.26 -
YUV 106.64 118.05 157.5 -
System Red Green Blue C M Y K H S L
Decimal 148 89 89 0 0.40 0.40 0.42 0 0.25 0.46
Hex 94 59 59 0 28 28 2A 0 19 2E
Octal 224 131 131 0 50 50 52 0 31 56
Binary 10010100 1011001 1011001 0 101000 101000 101010 0 11001 101110

Color Harmonies of #945959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945959

Black with #945959

Text Example


Text Example

White with #945959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945959; }

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

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

background-color css

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

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

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

border-color css

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

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

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