Shades of Brandy Punch #C6793D
Tints of Brandy Punch #C6793D
RGB
CMYK
RGB Variations
Color information
#C6793D (or 0xC6793D) is known color: Brandy Punch. HEX triplet: C6, 79 and 3D. RGB value is (198,121,61). Sum of RGB (Red+Green+Blue) = 198+121+61=380 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.11% from 380); Green value is 121 (47.66% from 255 or 31.84% from 380); Blue value is 61 (24.22% from 255 or 16.05% from 380); Max value from RGB is 198 - color contains mainly: red. Hex color #C6793D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6793D is #3986C2. Grayscale: #898989. Windows color (decimal): -3770051 or 4028870. OLE color: 4028870.
HSL color Cylindrical-coordinate representation of color #C6793D: hue angle of 26.28º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C6793D is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 121 | 61 | - |
| CMYK | 0 | 0.39 | 0.69 | 0.22 |
| HSL | 26.28º | 0.55% | 0.51% | - |
| HSV(B) | 26.28º | 0.69% | 0.78% | - |
| XYZ | 30.97 | 26.02 | 7.8 | - |
| YUV | 137.18 | 85.01 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 121 | 61 | 0 | 0.39 | 0.69 | 0.22 | 26.28 | 0.55 | 0.51 |
| Hex | C6 | 79 | 3D | 0 | 27 | 45 | 16 | 1A | 37 | 33 |
| Octal | 306 | 171 | 75 | 0 | 47 | 105 | 26 | 32 | 67 | 63 |
| Binary | 11000110 | 1111001 | 111101 | 0 | 100111 | 1000101 | 10110 | 11010 | 110111 | 110011 |
Color Harmonies of #C6793D
Complementary color
Monochromatic Colors of #C6793D
Black with #C6793D
Text Example
Text Example
White with #C6793D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6793D; }
p { color: rgb(198,121,61); }
H1.HeaderClassName
{
color: #C6793D;
}
.AnyTagClassName
{
color: #C6793D;
}
</style>
background-color css
<style>
a { background-color: #C6793D; }
a { background-color: rgb(198,121,61); }
div.DivClassName
{
background-color: #C6793D;
}
.BgClassName
{
background-color: #C6793D;
}
</style>
border-color css
<style>
span { border-color: #C6793D; }
span { border-color: rgb(198,121,61); }
td.TdClassName
{
border-color: #C6793D;
}
.TagClassName
{
border-color: #C6793D;
}
</style>