#C69674

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

Shades of Pale Taupe #C69674

Tints of Pale Taupe #C69674

Color information

#C69674 (or 0xC69674) is unknown color: approx Pale Taupe. HEX triplet: C6, 96 and 74. RGB value is (198,150,116). Sum of RGB (Red+Green+Blue) = 198+150+116=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 116 (45.70% from 255 or 25% from 464); Max value from RGB is 198 - color contains mainly: red. Hex color #C69674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69674 is #39698B. Grayscale: #A0A0A0. Windows color (decimal): -3762572 or 7640774. OLE color: 7640774.

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

Color convert

RGB198150116-
CMYK00.240.410.22
HSL24.88º41.84%61.57%-
HSV(B)24.88º41.41%77.65%-
XYZ37.3535.0821.33-
YUV160.48102.9154.76-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.67%
GREEN value IS 150 (58.98% from 255) = 32.33%
BLUE value IS 116 (45.70% from 255) = 25%
R=42.67%
G=32.33%
B=25%

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
Decimal19815011600.240.410.2224.8841.8461.57
HexC696740182916192a3e
Octal3062261640305126315276
Binary110001101001011011101000110001010011011011001101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69674; }

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

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

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

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

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

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

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

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