Html Css Color HEX #945F5F Rose Taupe

📋 copy color: '#945F5F'

red 148 ◦ green 95 ◦ blue 95

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

Shades of Rose Taupe #945F5F

Tints of Rose Taupe #945F5F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.11%

 BLUE value IS 95 (37.5% from 255) = 28.11%

R = 43.79%
G = 28.11%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#945F5F (or 0x945F5F) is known color: Rose Taupe. HEX triplet: 94, 5F and 5F. RGB value is (148,95,95). Sum of RGB (Red+Green+Blue) = 148+95+95=338 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.79% from 338); Green value is 95 (37.5% from 255 or 28.11% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 148 - color contains mainly: red. Hex color #945F5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945F5F is #6BA0A0. Grayscale: #6E6E6E. Windows color (decimal): -7053473 or 6250388. OLE color: 6250388.

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

Color convert

RGB 148 95 95 -
CMYK 0 0.36 0.36 0.42
HSL 0.22% 0.48% -
HSV(B) 0.36% 0.58% -
XYZ 18.37 15.31 12.81 -
YUV 110.85 119.06 154.5 -
System Red Green Blue C M Y K H S L
Decimal 148 95 95 0 0.36 0.36 0.42 0 0.22 0.48
Hex 94 5F 5F 0 24 24 2A 0 16 30
Octal 224 137 137 0 44 44 52 0 26 60
Binary 10010100 1011111 1011111 0 100100 100100 101010 0 10110 110000

Color Harmonies of #945F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945F5F

Black with #945F5F

Text Example


Text Example

White with #945F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945F5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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