#C6AE95

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

Shades of Sour Dough #C6AE95

Tints of Sour Dough #C6AE95

Color information

#C6AE95 (or 0xC6AE95) is unknown color: approx Sour Dough. HEX triplet: C6, AE and 95. RGB value is (198,174,149). Sum of RGB (Red+Green+Blue) = 198+174+149=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AE95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AE95 is #39516A. Grayscale: #B2B2B2. Windows color (decimal): -3756395 or 9809606. OLE color: 9809606.

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

Color convert

RGB198174149-
CMYK00.120.250.22
HSL30.61º30.06%68.04%-
HSV(B)30.61º24.75%77.65%-
XYZ43.8544.4534.7-
YUV178.33111.45142.03-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.00%
GREEN value IS 174 (68.36% from 255) = 33.40%
BLUE value IS 149 (58.59% from 255) = 28.60%
R=38.00%
G=33.40%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817414900.120.250.2230.6130.0668.04
HexC6AE950C19161f1e44
Octal30625622501431263736104
Binary11000110101011101001010101100110011011011111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AE95; }

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

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

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

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

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

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

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

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