#C69D77

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

Shades of Pale Taupe #C69D77

Tints of Pale Taupe #C69D77

Color information

#C69D77 (or 0xC69D77) is unknown color: approx Pale Taupe. HEX triplet: C6, 9D and 77. RGB value is (198,157,119). Sum of RGB (Red+Green+Blue) = 198+157+119=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 157 (61.72% from 255 or 33.12% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69D77 is #396288. Grayscale: #A5A5A5. Windows color (decimal): -3760777 or 7839174. OLE color: 7839174.

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

Color convert

RGB198157119-
CMYK00.210.400.22
HSL28.86º40.93%62.16%-
HSV(B)28.86º39.9%77.65%-
XYZ38.6837.4522.64-
YUV164.93102.08151.59-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.77%
GREEN value IS 157 (61.72% from 255) = 33.12%
BLUE value IS 119 (46.88% from 255) = 25.11%
R=41.77%
G=33.12%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815711900.210.400.2228.8640.9362.16
HexC69D7701528161d293e
Octal3062351670255026355176
Binary110001101001110111101110101011010001011011101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69D77; }

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

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

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

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

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

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

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

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