#C69776

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

Shades of Pale Taupe #C69776

Tints of Pale Taupe #C69776

Color information

#C69776 (or 0xC69776) is unknown color: approx Pale Taupe. HEX triplet: C6, 97 and 76. RGB value is (198,151,118). Sum of RGB (Red+Green+Blue) = 198+151+118=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 151 (59.38% from 255 or 32.33% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 198 - color contains mainly: red. Hex color #C69776 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69776 is #396889. Grayscale: #A1A1A1. Windows color (decimal): -3762314 or 7772102. OLE color: 7772102.

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

Color convert

RGB198151118-
CMYK00.240.400.22
HSL24.75º41.24%61.96%-
HSV(B)24.75º40.4%77.65%-
XYZ37.6335.4522-
YUV161.29103.57154.18-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.40%
GREEN value IS 151 (59.38% from 255) = 32.33%
BLUE value IS 118 (46.48% from 255) = 25.27%
R=42.40%
G=32.33%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815111800.240.400.2224.7541.2461.96
HexC69776018281619293e
Octal3062271660305026315176
Binary110001101001011111101100110001010001011011001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69776; }

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

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

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

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

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

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

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

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