Shades of Peru Tan #6B3618
Tints of Peru Tan #6B3618
RGB
CMYK
RGB Variations
Color information
#6B3618 (or 0x6B3618) is known color: Peru Tan. HEX triplet: 6B, 36 and 18. RGB value is (107,54,24). Sum of RGB (Red+Green+Blue) = 107+54+24=185 (24% of max value = 765). Red value is 107 (42.19% from 255 or 57.84% from 185); Green value is 54 (21.48% from 255 or 29.19% from 185); Blue value is 24 (9.77% from 255 or 12.97% from 185); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3618 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B3618 is #94C9E7. Grayscale: #424242. Windows color (decimal): -9751016 or 1586795. OLE color: 1586795.
HSL color Cylindrical-coordinate representation of color #6B3618: hue angle of 21.69º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6B3618 is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 54 | 24 | - |
| CMYK | 0 | 0.50 | 0.78 | 0.58 |
| HSL | 21.69º | 0.63% | 0.26% | - |
| HSV(B) | 21.69º | 0.78% | 0.42% | - |
| XYZ | 7.55 | 5.83 | 1.59 | - |
| YUV | 66.43 | 104.06 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 54 | 24 | 0 | 0.50 | 0.78 | 0.58 | 21.69 | 0.63 | 0.26 |
| Hex | 6B | 36 | 18 | 0 | 32 | 4E | 3A | 16 | 3F | 1A |
| Octal | 153 | 66 | 30 | 0 | 62 | 116 | 72 | 26 | 77 | 32 |
| Binary | 1101011 | 110110 | 11000 | 0 | 110010 | 1001110 | 111010 | 10110 | 111111 | 11010 |
Color Harmonies of #6B3618
Complementary color
Monochromatic Colors of #6B3618
Black with #6B3618
Text Example
Text Example
White with #6B3618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3618; }
p { color: rgb(107,54,24); }
H1.HeaderClassName
{
color: #6B3618;
}
.AnyTagClassName
{
color: #6B3618;
}
</style>
background-color css
<style>
a { background-color: #6B3618; }
a { background-color: rgb(107,54,24); }
div.DivClassName
{
background-color: #6B3618;
}
.BgClassName
{
background-color: #6B3618;
}
</style>
border-color css
<style>
span { border-color: #6B3618; }
span { border-color: rgb(107,54,24); }
td.TdClassName
{
border-color: #6B3618;
}
.TagClassName
{
border-color: #6B3618;
}
</style>