#C6967D

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

Shades of Pale Taupe #C6967D

Tints of Pale Taupe #C6967D

Color information

#C6967D (or 0xC6967D) is unknown color: approx Pale Taupe. HEX triplet: C6, 96 and 7D. RGB value is (198,150,125). Sum of RGB (Red+Green+Blue) = 198+150+125=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 125 (49.22% from 255 or 26.43% from 473); Max value from RGB is 198 - color contains mainly: red. Hex color #C6967D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6967D is #396982. Grayscale: #A1A1A1. Windows color (decimal): -3762563 or 8230598. OLE color: 8230598.

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

Color convert

RGB198150125-
CMYK00.240.370.22
HSL20.55º39.04%63.33%-
HSV(B)20.55º36.87%77.65%-
XYZ37.935.324.22-
YUV161.5107.4154.03-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.86%
GREEN value IS 150 (58.98% from 255) = 31.71%
BLUE value IS 125 (49.22% from 255) = 26.43%
R=41.86%
G=31.71%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815012500.240.370.2220.5539.0463.33
HexC6967D018251615273f
Octal3062261750304526254777
Binary110001101001011011111010110001001011011010101100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6967D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6967D; }

 p { color: rgb(198,150,125); }

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

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

 a { background-color: rgb(198,150,125); }

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

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

 span { border-color: rgb(198,150,125); }

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