Shades of Peru Tan #6D380F
Tints of Peru Tan #6D380F
RGB
CMYK
RGB Variations
Color information
#6D380F (or 0x6D380F) is known color: Peru Tan. HEX triplet: 6D, 38 and 0F. RGB value is (109,56,15). Sum of RGB (Red+Green+Blue) = 109+56+15=180 (23% of max value = 765). Red value is 109 (42.97% from 255 or 60.56% from 180); Green value is 56 (22.27% from 255 or 31.11% from 180); Blue value is 15 (6.25% from 255 or 8.33% from 180); Max value from RGB is 109 - color contains mainly: red. Hex color #6D380F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D380F is #92C7F0. Grayscale: #434343. Windows color (decimal): -9619441 or 997485. OLE color: 997485.
HSL color Cylindrical-coordinate representation of color #6D380F: hue angle of 26.17º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6D380F is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 56 | 15 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.57 |
| HSL | 26.17º | 0.76% | 0.24% | - |
| HSV(B) | 26.17º | 0.86% | 0.43% | - |
| XYZ | 7.81 | 6.11 | 1.22 | - |
| YUV | 67.17 | 98.56 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 56 | 15 | 0 | 0.49 | 0.86 | 0.57 | 26.17 | 0.76 | 0.24 |
| Hex | 6D | 38 | F | 0 | 31 | 56 | 39 | 1A | 4C | 18 |
| Octal | 155 | 70 | 17 | 0 | 61 | 126 | 71 | 32 | 114 | 30 |
| Binary | 1101101 | 111000 | 1111 | 0 | 110001 | 1010110 | 111001 | 11010 | 1001100 | 11000 |
Color Harmonies of #6D380F
Complementary color
Monochromatic Colors of #6D380F
Black with #6D380F
Text Example
Text Example
White with #6D380F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D380F; }
p { color: rgb(109,56,15); }
H1.HeaderClassName
{
color: #6D380F;
}
.AnyTagClassName
{
color: #6D380F;
}
</style>
background-color css
<style>
a { background-color: #6D380F; }
a { background-color: rgb(109,56,15); }
div.DivClassName
{
background-color: #6D380F;
}
.BgClassName
{
background-color: #6D380F;
}
</style>
border-color css
<style>
span { border-color: #6D380F; }
span { border-color: rgb(109,56,15); }
td.TdClassName
{
border-color: #6D380F;
}
.TagClassName
{
border-color: #6D380F;
}
</style>