#C6AF92

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

Shades of Sour Dough #C6AF92

Tints of Sour Dough #C6AF92

Color information

#C6AF92 (or 0xC6AF92) is unknown color: approx Sour Dough. HEX triplet: C6, AF and 92. RGB value is (198,175,146). Sum of RGB (Red+Green+Blue) = 198+175+146=519 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.15% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 146 (57.42% from 255 or 28.13% from 519); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AF92 is #39506D. Grayscale: #B2B2B2. Windows color (decimal): -3756142 or 9613254. OLE color: 9613254.

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

Color convert

RGB198175146-
CMYK00.120.260.22
HSL33.46º31.33%67.45%-
HSV(B)33.46º26.26%77.65%-
XYZ43.8144.7433.52-
YUV178.57109.62141.86-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.15%
GREEN value IS 175 (68.75% from 255) = 33.72%
BLUE value IS 146 (57.42% from 255) = 28.13%
R=38.15%
G=33.72%
B=28.13%

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
Decimal19817514600.120.260.2233.4631.3367.45
HexC6AF920C1A16211f43
Octal30625722201432264137103
Binary110001101010111110010010011001101010110100001111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AF92; }

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

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

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

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

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

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

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

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