Shades of Sante Fe #B6764E
Tints of Sante Fe #B6764E
RGB
CMYK
RGB Variations
Color information
#B6764E (or 0xB6764E) is known color: Sante Fe. HEX triplet: B6, 76 and 4E. RGB value is (182,118,78). Sum of RGB (Red+Green+Blue) = 182+118+78=378 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.15% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 78 (30.86% from 255 or 20.63% from 378); Max value from RGB is 182 - color contains mainly: red. Hex color #B6764E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6764E is #4989B1. Grayscale: #848484. Windows color (decimal): -4819378 or 5142198. OLE color: 5142198.
HSL color Cylindrical-coordinate representation of color #B6764E: hue angle of 23.08º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B6764E is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 118 | 78 | - |
| CMYK | 0 | 0.35 | 0.57 | 0.29 |
| HSL | 23.08º | 0.42% | 0.51% | - |
| HSV(B) | 23.08º | 0.57% | 0.71% | - |
| XYZ | 27.14 | 23.45 | 10.3 | - |
| YUV | 132.58 | 97.2 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 118 | 78 | 0 | 0.35 | 0.57 | 0.29 | 23.08 | 0.42 | 0.51 |
| Hex | B6 | 76 | 4E | 0 | 23 | 39 | 1D | 17 | 2A | 33 |
| Octal | 266 | 166 | 116 | 0 | 43 | 71 | 35 | 27 | 52 | 63 |
| Binary | 10110110 | 1110110 | 1001110 | 0 | 100011 | 111001 | 11101 | 10111 | 101010 | 110011 |
Color Harmonies of #B6764E
Complementary color
Monochromatic Colors of #B6764E
Black with #B6764E
Text Example
Text Example
White with #B6764E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6764E; }
p { color: rgb(182,118,78); }
H1.HeaderClassName
{
color: #B6764E;
}
.AnyTagClassName
{
color: #B6764E;
}
</style>
background-color css
<style>
a { background-color: #B6764E; }
a { background-color: rgb(182,118,78); }
div.DivClassName
{
background-color: #B6764E;
}
.BgClassName
{
background-color: #B6764E;
}
</style>
border-color css
<style>
span { border-color: #B6764E; }
span { border-color: rgb(182,118,78); }
td.TdClassName
{
border-color: #B6764E;
}
.TagClassName
{
border-color: #B6764E;
}
</style>