#C6AD94

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

Shades of Sour Dough #C6AD94

Tints of Sour Dough #C6AD94

Color information

#C6AD94 (or 0xC6AD94) is unknown color: approx Sour Dough. HEX triplet: C6, AD and 94. RGB value is (198,173,148). Sum of RGB (Red+Green+Blue) = 198+173+148=519 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.15% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 148 (58.20% from 255 or 28.52% from 519); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AD94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AD94 is #39526B. Grayscale: #B1B1B1. Windows color (decimal): -3756652 or 9743814. OLE color: 9743814.

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

Color convert

RGB198173148-
CMYK00.130.250.22
HSL30º30.49%67.84%-
HSV(B)30º25.25%77.65%-
XYZ43.5844.0334.22-
YUV177.62111.28142.53-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.15%
GREEN value IS 173 (67.97% from 255) = 33.33%
BLUE value IS 148 (58.20% from 255) = 28.52%
R=38.15%
G=33.33%
B=28.52%

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
Decimal19817314800.130.250.223030.4967.84
HexC6AD940D19161e1e44
Octal30625522401531263636104
Binary11000110101011011001010001101110011011011110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AD94; }

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

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

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

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

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

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

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

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