#C6AD95

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

Shades of Sour Dough #C6AD95

Tints of Sour Dough #C6AD95

Color information

#C6AD95 (or 0xC6AD95) is unknown color: approx Sour Dough. HEX triplet: C6, AD and 95. RGB value is (198,173,149). Sum of RGB (Red+Green+Blue) = 198+173+149=520 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.08% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AD95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AD95 is #39526A. Grayscale: #B1B1B1. Windows color (decimal): -3756651 or 9809350. OLE color: 9809350.

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

Color convert

RGB198173149-
CMYK00.130.250.22
HSL29.39º30.06%68.04%-
HSV(B)29.39º24.75%77.65%-
XYZ43.6644.0634.64-
YUV177.74111.78142.45-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.08%
GREEN value IS 173 (67.97% from 255) = 33.27%
BLUE value IS 149 (58.59% from 255) = 28.65%
R=38.08%
G=33.27%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817314900.130.250.2229.3930.0668.04
HexC6AD950D19161d1e44
Octal30625522501531263536104
Binary11000110101011011001010101101110011011011101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AD95; }

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

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

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

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

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

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

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

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