Shades of Peanut #6F473A
Tints of Peanut #6F473A
RGB
CMYK
RGB Variations
Color information
#6F473A (or 0x6F473A) is known color: Peanut. HEX triplet: 6F, 47 and 3A. RGB value is (111,71,58). Sum of RGB (Red+Green+Blue) = 111+71+58=240 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.25% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 58 (23.05% from 255 or 24.17% from 240); Max value from RGB is 111 - color contains mainly: red. Hex color #6F473A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F473A is #90B8C5. Grayscale: #515151. Windows color (decimal): -9484486 or 3819375. OLE color: 3819375.
HSL color Cylindrical-coordinate representation of color #6F473A: hue angle of 14.72º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6F473A is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 71 | 58 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.56 |
| HSL | 14.72º | 0.31% | 0.33% | - |
| HSV(B) | 14.72º | 0.48% | 0.44% | - |
| XYZ | 9.57 | 8.19 | 5.08 | - |
| YUV | 81.48 | 114.75 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 71 | 58 | 0 | 0.36 | 0.48 | 0.56 | 14.72 | 0.31 | 0.33 |
| Hex | 6F | 47 | 3A | 0 | 24 | 30 | 38 | F | 1F | 21 |
| Octal | 157 | 107 | 72 | 0 | 44 | 60 | 70 | 17 | 37 | 41 |
| Binary | 1101111 | 1000111 | 111010 | 0 | 100100 | 110000 | 111000 | 1111 | 11111 | 100001 |
Color Harmonies of #6F473A
Complementary color
Monochromatic Colors of #6F473A
Black with #6F473A
Text Example
Text Example
White with #6F473A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F473A; }
p { color: rgb(111,71,58); }
H1.HeaderClassName
{
color: #6F473A;
}
.AnyTagClassName
{
color: #6F473A;
}
</style>
background-color css
<style>
a { background-color: #6F473A; }
a { background-color: rgb(111,71,58); }
div.DivClassName
{
background-color: #6F473A;
}
.BgClassName
{
background-color: #6F473A;
}
</style>
border-color css
<style>
span { border-color: #6F473A; }
span { border-color: rgb(111,71,58); }
td.TdClassName
{
border-color: #6F473A;
}
.TagClassName
{
border-color: #6F473A;
}
</style>