Shades of Fuzzy Wuzzy Brown #C6594F
Tints of Fuzzy Wuzzy Brown #C6594F
RGB
CMYK
RGB Variations
Color information
#C6594F (or 0xC6594F) is known color: Fuzzy Wuzzy Brown. HEX triplet: C6, 59 and 4F. RGB value is (198,89,79). Sum of RGB (Red+Green+Blue) = 198+89+79=366 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.10% from 366); Green value is 89 (35.16% from 255 or 24.32% from 366); Blue value is 79 (31.25% from 255 or 21.58% from 366); Max value from RGB is 198 - color contains mainly: red. Hex color #C6594F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6594F is #39A6B0. Grayscale: #787878. Windows color (decimal): -3778225 or 5200326. OLE color: 5200326.
HSL color Cylindrical-coordinate representation of color #C6594F: hue angle of 5.04º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C6594F is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 89 | 79 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.22 |
| HSL | 5.04º | 0.51% | 0.54% | - |
| HSV(B) | 5.04º | 0.6% | 0.78% | - |
| XYZ | 28.27 | 19.72 | 9.71 | - |
| YUV | 120.45 | 104.61 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 79 | 0 | 0.55 | 0.60 | 0.22 | 5.04 | 0.51 | 0.54 |
| Hex | C6 | 59 | 4F | 0 | 37 | 3C | 16 | 5 | 33 | 36 |
| Octal | 306 | 131 | 117 | 0 | 67 | 74 | 26 | 5 | 63 | 66 |
| Binary | 11000110 | 1011001 | 1001111 | 0 | 110111 | 111100 | 10110 | 101 | 110011 | 110110 |
Color Harmonies of #C6594F
Complementary color
Monochromatic Colors of #C6594F
Black with #C6594F
Text Example
Text Example
White with #C6594F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6594F; }
p { color: rgb(198,89,79); }
H1.HeaderClassName
{
color: #C6594F;
}
.AnyTagClassName
{
color: #C6594F;
}
</style>
background-color css
<style>
a { background-color: #C6594F; }
a { background-color: rgb(198,89,79); }
div.DivClassName
{
background-color: #C6594F;
}
.BgClassName
{
background-color: #C6594F;
}
</style>
border-color css
<style>
span { border-color: #C6594F; }
span { border-color: rgb(198,89,79); }
td.TdClassName
{
border-color: #C6594F;
}
.TagClassName
{
border-color: #C6594F;
}
</style>