#C6AE92

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

Shades of Sour Dough #C6AE92

Tints of Sour Dough #C6AE92

Color information

#C6AE92 (or 0xC6AE92) is unknown color: approx Sour Dough. HEX triplet: C6, AE and 92. RGB value is (198,174,146). Sum of RGB (Red+Green+Blue) = 198+174+146=518 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.22% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 146 (57.42% from 255 or 28.19% from 518); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AE92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AE92 is #39516D. Grayscale: #B2B2B2. Windows color (decimal): -3756398 or 9612998. OLE color: 9612998.

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

Color convert

RGB198174146-
CMYK00.120.260.22
HSL32.31º31.33%67.45%-
HSV(B)32.31º26.26%77.65%-
XYZ43.6144.3533.46-
YUV177.98109.95142.28-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.22%
GREEN value IS 174 (68.36% from 255) = 33.59%
BLUE value IS 146 (57.42% from 255) = 28.19%
R=38.22%
G=33.59%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817414600.120.260.2232.3131.3367.45
HexC6AE920C1A16201f43
Octal30625622201432264037103
Binary110001101010111010010010011001101010110100000111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AE92; }

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

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

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

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

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

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

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

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