#C6977F

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

Shades of Pale Taupe #C6977F

Tints of Pale Taupe #C6977F

Color information

#C6977F (or 0xC6977F) is unknown color: approx Pale Taupe. HEX triplet: C6, 97 and 7F. RGB value is (198,151,127). Sum of RGB (Red+Green+Blue) = 198+151+127=476 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.60% from 476); Green value is 151 (59.38% from 255 or 31.72% from 476); Blue value is 127 (50% from 255 or 26.68% from 476); Max value from RGB is 198 - color contains mainly: red. Hex color #C6977F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6977F is #396880. Grayscale: #A2A2A2. Windows color (decimal): -3762305 or 8361926. OLE color: 8361926.

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

Color convert

RGB198151127-
CMYK00.240.360.22
HSL20.28º38.38%63.73%-
HSV(B)20.28º35.86%77.65%-
XYZ38.1935.6724.95-
YUV162.32108.07153.45-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.60%
GREEN value IS 151 (59.38% from 255) = 31.72%
BLUE value IS 127 (50% from 255) = 26.68%
R=41.60%
G=31.72%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815112700.240.360.2220.2838.3863.73
HexC6977F0182416142640
Octal30622717703044262446100
Binary1100011010010111111111101100010010010110101001001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6977F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6977F; }

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

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

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

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

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

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

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

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