#C69774

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

Shades of Pale Taupe #C69774

Tints of Pale Taupe #C69774

Color information

#C69774 (or 0xC69774) is unknown color: approx Pale Taupe. HEX triplet: C6, 97 and 74. RGB value is (198,151,116). Sum of RGB (Red+Green+Blue) = 198+151+116=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 151 (59.38% from 255 or 32.47% from 465); Blue value is 116 (45.70% from 255 or 24.95% from 465); Max value from RGB is 198 - color contains mainly: red. Hex color #C69774 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69774 is #39688B. Grayscale: #A1A1A1. Windows color (decimal): -3762316 or 7641030. OLE color: 7641030.

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

Color convert

RGB198151116-
CMYK00.240.410.22
HSL25.61º41.84%61.57%-
HSV(B)25.61º41.41%77.65%-
XYZ37.5135.421.38-
YUV161.06102.57154.35-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.58%
GREEN value IS 151 (59.38% from 255) = 32.47%
BLUE value IS 116 (45.70% from 255) = 24.95%
R=42.58%
G=32.47%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815111600.240.410.2225.6141.8461.57
HexC6977401829161a2a3e
Octal3062271640305126325276
Binary110001101001011111101000110001010011011011010101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69774; }

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

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

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

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

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

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

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

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