#C6B099

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

Shades of Sour Dough #C6B099

Tints of Sour Dough #C6B099

Color information

#C6B099 (or 0xC6B099) is unknown color: approx Sour Dough. HEX triplet: C6, B0 and 99. RGB value is (198,176,153). Sum of RGB (Red+Green+Blue) = 198+176+153=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 153 (60.16% from 255 or 29.03% from 527); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6B099 is #394F66. Grayscale: #B4B4B4. Windows color (decimal): -3755879 or 10072262. OLE color: 10072262.

HSL color Cylindrical-coordinate representation of color #C6B099: hue angle of 30.67º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C6B099 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB198176153-
CMYK00.110.230.22
HSL30.67º28.3%68.82%-
HSV(B)30.67º22.73%77.65%-
XYZ44.5645.3636.54-
YUV179.96112.79140.87-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.57%
GREEN value IS 176 (69.14% from 255) = 33.40%
BLUE value IS 153 (60.16% from 255) = 29.03%
R=37.57%
G=33.40%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817615300.110.230.2230.6728.368.82
HexC6B0990B17161f1c45
Octal30626023101327263734105
Binary11000110101100001001100101011101111011011111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B099; }

 p { color: rgb(198,176,153); }

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

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

 a { background-color: rgb(198,176,153); }

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

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

 span { border-color: rgb(198,176,153); }

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