Shades of Brandy Punch #C6814B
Tints of Brandy Punch #C6814B
RGB
CMYK
RGB Variations
Color information
#C6814B (or 0xC6814B) is known color: Brandy Punch. HEX triplet: C6, 81 and 4B. RGB value is (198,129,75). Sum of RGB (Red+Green+Blue) = 198+129+75=402 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.25% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 75 (29.69% from 255 or 18.66% from 402); Max value from RGB is 198 - color contains mainly: red. Hex color #C6814B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6814B is #397EB4. Grayscale: #8F8F8F. Windows color (decimal): -3767989 or 4948422. OLE color: 4948422.
HSL color Cylindrical-coordinate representation of color #C6814B: hue angle of 26.34º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C6814B is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 129 | 75 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.22 |
| HSL | 26.34º | 0.52% | 0.54% | - |
| HSV(B) | 26.34º | 0.62% | 0.78% | - |
| XYZ | 32.41 | 28.21 | 10.39 | - |
| YUV | 143.48 | 89.36 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 129 | 75 | 0 | 0.35 | 0.62 | 0.22 | 26.34 | 0.52 | 0.54 |
| Hex | C6 | 81 | 4B | 0 | 23 | 3E | 16 | 1A | 34 | 36 |
| Octal | 306 | 201 | 113 | 0 | 43 | 76 | 26 | 32 | 64 | 66 |
| Binary | 11000110 | 10000001 | 1001011 | 0 | 100011 | 111110 | 10110 | 11010 | 110100 | 110110 |
Color Harmonies of #C6814B
Complementary color
Monochromatic Colors of #C6814B
Black with #C6814B
Text Example
Text Example
White with #C6814B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6814B; }
p { color: rgb(198,129,75); }
H1.HeaderClassName
{
color: #C6814B;
}
.AnyTagClassName
{
color: #C6814B;
}
</style>
background-color css
<style>
a { background-color: #C6814B; }
a { background-color: rgb(198,129,75); }
div.DivClassName
{
background-color: #C6814B;
}
.BgClassName
{
background-color: #C6814B;
}
</style>
border-color css
<style>
span { border-color: #C6814B; }
span { border-color: rgb(198,129,75); }
td.TdClassName
{
border-color: #C6814B;
}
.TagClassName
{
border-color: #C6814B;
}
</style>