#C6AE99

Color #C6AE99 Sour Dough (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sour Dough #C6AE99

Tints of Sour Dough #C6AE99

Color information

#C6AE99 (or 0xC6AE99) is unknown color: approx Sour Dough. HEX triplet: C6, AE and 99. RGB value is (198,174,153). Sum of RGB (Red+Green+Blue) = 198+174+153=525 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.71% from 525); Green value is 174 (68.36% from 255 or 33.14% from 525); Blue value is 153 (60.16% from 255 or 29.14% from 525); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AE99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AE99 is #395166. Grayscale: #B2B2B2. Windows color (decimal): -3756391 or 10071750. OLE color: 10071750.

HSL color Cylindrical-coordinate representation of color #C6AE99: hue angle of 28º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C6AE99 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB198174153-
CMYK00.120.230.22
HSL28º28.3%68.82%-
HSV(B)28º22.73%77.65%-
XYZ44.1744.5836.41-
YUV178.78113.45141.71-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.71%
GREEN value IS 174 (68.36% from 255) = 33.14%
BLUE value IS 153 (60.16% from 255) = 29.14%
R=37.71%
G=33.14%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817415300.120.230.222828.368.82
HexC6AE990C17161c1c45
Octal30625623101427263434105
Binary11000110101011101001100101100101111011011100111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AE99; }

 p { color: rgb(198,174,153); }

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

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

 a { background-color: rgb(198,174,153); }

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

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

 span { border-color: rgb(198,174,153); }

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