#C6B299

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

Shades of Sour Dough #C6B299

Tints of Sour Dough #C6B299

Color information

#C6B299 (or 0xC6B299) is unknown color: approx Sour Dough. HEX triplet: C6, B2 and 99. RGB value is (198,178,153). Sum of RGB (Red+Green+Blue) = 198+178+153=529 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.43% from 529); Green value is 178 (69.92% from 255 or 33.65% from 529); Blue value is 153 (60.16% from 255 or 28.92% from 529); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6B299 is #394D66. Grayscale: #B5B5B5. Windows color (decimal): -3755367 or 10072774. OLE color: 10072774.

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

Color convert

RGB198178153-
CMYK00.100.230.22
HSL33.33º28.3%68.82%-
HSV(B)33.33º22.73%77.65%-
XYZ44.9646.1536.67-
YUV181.13112.13140.03-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.43%
GREEN value IS 178 (69.92% from 255) = 33.65%
BLUE value IS 153 (60.16% from 255) = 28.92%
R=37.43%
G=33.65%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817815300.100.230.2233.3328.368.82
HexC6B2990A1716211c45
Octal30626223101227264134105
Binary110001101011001010011001010101011110110100001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B299; }

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

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

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

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

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

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

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

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