Html Css Color HEX #946768 Mauve Taupe

📋 copy color: '#946768'

red 148 ◦ green 103 ◦ blue 104

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

Shades of Mauve Taupe #946768

Tints of Mauve Taupe #946768

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.01%

 BLUE value IS 104 (41.02% from 255) = 29.3%

R = 41.69%
G = 29.01%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#946768 (or 0x946768) is known color: Mauve Taupe. HEX triplet: 94, 67 and 68. RGB value is (148,103,104). Sum of RGB (Red+Green+Blue) = 148+103+104=355 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.69% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 148 - color contains mainly: red. Hex color #946768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946768 is #6B9897. Grayscale: #747474. Windows color (decimal): -7051416 or 6842260. OLE color: 6842260.

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

Color convert

RGB 148 103 104 -
CMYK 0 0.30 0.30 0.42
HSL 358.67º 0.18% 0.49% -
HSV(B) 358.67º 0.3% 0.58% -
XYZ 19.56 17 15.35 -
YUV 116.57 120.91 150.42 -
System Red Green Blue C M Y K H S L
Decimal 148 103 104 0 0.30 0.30 0.42 358.67 0.18 0.49
Hex 94 67 68 0 1E 1E 2A 167 12 31
Octal 224 147 150 0 36 36 52 547 22 61
Binary 10010100 1100111 1101000 0 11110 11110 101010 101100111 10010 110001

Color Harmonies of #946768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946768

Black with #946768

Text Example


Text Example

White with #946768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946768; }

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

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

background-color css

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

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

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

border-color css

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

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

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