#C6977B

Color #C6977B Pale Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Taupe #C6977B

Tints of Pale Taupe #C6977B

Color information

#C6977B (or 0xC6977B) is unknown color: approx Pale Taupe. HEX triplet: C6, 97 and 7B. RGB value is (198,151,123). Sum of RGB (Red+Green+Blue) = 198+151+123=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 151 (59.38% from 255 or 31.99% from 472); Blue value is 123 (48.44% from 255 or 26.06% from 472); Max value from RGB is 198 - color contains mainly: red. Hex color #C6977B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6977B is #396884. Grayscale: #A2A2A2. Windows color (decimal): -3762309 or 8099782. OLE color: 8099782.

HSL color Cylindrical-coordinate representation of color #C6977B: hue angle of 22.4º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C6977B is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB198151123-
CMYK00.240.380.22
HSL22.4º39.68%62.94%-
HSV(B)22.4º37.88%77.65%-
XYZ37.9335.5723.61-
YUV161.86106.07153.78-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.95%
GREEN value IS 151 (59.38% from 255) = 31.99%
BLUE value IS 123 (48.44% from 255) = 26.06%
R=41.95%
G=31.99%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815112300.240.380.2222.439.6862.94
HexC6977B018261616283f
Octal3062271730304626265077
Binary110001101001011111110110110001001101011010110101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6977B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6977B; }

 p { color: rgb(198,151,123); }

 H1.HeaderClassName
 {
   color: #C6977B;
 }
 .AnyTagClassName
 {
   color: #C6977B;
 }
</style>
background-color css

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

 a { background-color: rgb(198,151,123); }

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

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

 span { border-color: rgb(198,151,123); }

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