#C6AC91

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

Shades of Sour Dough #C6AC91

Tints of Sour Dough #C6AC91

Color information

#C6AC91 (or 0xC6AC91) is unknown color: approx Sour Dough. HEX triplet: C6, AC and 91. RGB value is (198,172,145). Sum of RGB (Red+Green+Blue) = 198+172+145=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 145 (57.03% from 255 or 28.16% from 515); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AC91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AC91 is #39536E. Grayscale: #B0B0B0. Windows color (decimal): -3756911 or 9546950. OLE color: 9546950.

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

Color convert

RGB198172145-
CMYK00.130.270.22
HSL30.57º31.74%67.25%-
HSV(B)30.57º26.77%77.65%-
XYZ43.1543.5632.92-
YUV176.7110.11143.2-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.45%
GREEN value IS 172 (67.58% from 255) = 33.40%
BLUE value IS 145 (57.03% from 255) = 28.16%
R=38.45%
G=33.40%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817214500.130.270.2230.5731.7467.25
HexC6AC910D1B161f2043
Octal30625422101533263740103
Binary110001101010110010010001011011101110110111111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AC91; }

 p { color: rgb(198,172,145); }

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

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

 a { background-color: rgb(198,172,145); }

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

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

 span { border-color: rgb(198,172,145); }

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