Html Css Color HEX #946567 Mauve Taupe

📋 copy color: '#946567'

red 148 ◦ green 101 ◦ blue 103

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

Shades of Mauve Taupe #946567

Tints of Mauve Taupe #946567

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.69%

 BLUE value IS 103 (40.63% from 255) = 29.26%

R = 42.05%
G = 28.69%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#946567 (or 0x946567) is known color: Mauve Taupe. HEX triplet: 94, 65 and 67. RGB value is (148,101,103). Sum of RGB (Red+Green+Blue) = 148+101+103=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 103 (40.62% from 255 or 29.26% from 352); Max value from RGB is 148 - color contains mainly: red. Hex color #946567 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946567 is #6B9A98. Grayscale: #737373. Windows color (decimal): -7051929 or 6776212. OLE color: 6776212.

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

Color convert

RGB 148 101 103 -
CMYK 0 0.32 0.30 0.42
HSL 357.45º 0.19% 0.49% -
HSV(B) 357.45º 0.32% 0.58% -
XYZ 19.31 16.58 15.01 -
YUV 115.28 121.07 151.34 -
System Red Green Blue C M Y K H S L
Decimal 148 101 103 0 0.32 0.30 0.42 357.45 0.19 0.49
Hex 94 65 67 0 20 1E 2A 165 13 31
Octal 224 145 147 0 40 36 52 545 23 61
Binary 10010100 1100101 1100111 0 100000 11110 101010 101100101 10011 110001

Color Harmonies of #946567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946567

Black with #946567

Text Example


Text Example

White with #946567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946567; }

 p { color: rgb(148,101,103); }

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

background-color css

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

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

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

border-color css

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

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

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