#C69676

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

Shades of Pale Taupe #C69676

Tints of Pale Taupe #C69676

Color information

#C69676 (or 0xC69676) is unknown color: approx Pale Taupe. HEX triplet: C6, 96 and 76. RGB value is (198,150,118). Sum of RGB (Red+Green+Blue) = 198+150+118=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 118 (46.48% from 255 or 25.32% from 466); Max value from RGB is 198 - color contains mainly: red. Hex color #C69676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69676 is #396989. Grayscale: #A0A0A0. Windows color (decimal): -3762570 or 7771846. OLE color: 7771846.

HSL color Cylindrical-coordinate representation of color #C69676: hue angle of 24º 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 #C69676 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB198150118-
CMYK00.240.400.22
HSL24º41.24%61.96%-
HSV(B)24º40.4%77.65%-
XYZ37.4735.1321.95-
YUV160.7103.9154.6-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.49%
GREEN value IS 150 (58.98% from 255) = 32.19%
BLUE value IS 118 (46.48% from 255) = 25.32%
R=42.49%
G=32.19%
B=25.32%

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
Decimal19815011800.240.400.222441.2461.96
HexC69676018281618293e
Octal3062261660305026305176
Binary110001101001011011101100110001010001011011000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69676; }

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

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

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

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

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

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

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

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