#C69677

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

Shades of Pale Taupe #C69677

Tints of Pale Taupe #C69677

Color information

#C69677 (or 0xC69677) is unknown color: approx Pale Taupe. HEX triplet: C6, 96 and 77. RGB value is (198,150,119). Sum of RGB (Red+Green+Blue) = 198+150+119=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 119 (46.88% from 255 or 25.48% from 467); Max value from RGB is 198 - color contains mainly: red. Hex color #C69677 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69677 is #396988. Grayscale: #A0A0A0. Windows color (decimal): -3762569 or 7837382. OLE color: 7837382.

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

Color convert

RGB198150119-
CMYK00.240.400.22
HSL23.54º40.93%62.16%-
HSV(B)23.54º39.9%77.65%-
XYZ37.5235.1522.26-
YUV160.82104.4154.52-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.40%
GREEN value IS 150 (58.98% from 255) = 32.12%
BLUE value IS 119 (46.88% from 255) = 25.48%
R=42.40%
G=32.12%
B=25.48%

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
Decimal19815011900.240.400.2223.5440.9362.16
HexC69677018281618293e
Octal3062261670305026305176
Binary110001101001011011101110110001010001011011000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69677; }

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

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

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

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

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

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

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

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