Shades of Ferra #926D6B
Tints of Ferra #926D6B
RGB
CMYK
RGB Variations
Color information
#926D6B (or 0x926D6B) is known color: Ferra. HEX triplet: 92, 6D and 6B. RGB value is (146,109,107). Sum of RGB (Red+Green+Blue) = 146+109+107=362 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.33% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 146 - color contains mainly: red. Hex color #926D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926D6B is #6D9294. Grayscale: #777777. Windows color (decimal): -7180949 or 7040402. OLE color: 7040402.
HSL color Cylindrical-coordinate representation of color #926D6B: hue angle of 3.08º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #926D6B is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 109 | 107 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.43 |
| HSL | 3.08º | 0.15% | 0.5% | - |
| HSV(B) | 3.08º | 0.27% | 0.57% | - |
| XYZ | 19.98 | 18.11 | 16.35 | - |
| YUV | 119.84 | 120.76 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 109 | 107 | 0 | 0.25 | 0.27 | 0.43 | 3.08 | 0.15 | 0.5 |
| Hex | 92 | 6D | 6B | 0 | 19 | 1B | 2B | 3 | F | 32 |
| Octal | 222 | 155 | 153 | 0 | 31 | 33 | 53 | 3 | 17 | 62 |
| Binary | 10010010 | 1101101 | 1101011 | 0 | 11001 | 11011 | 101011 | 11 | 1111 | 110010 |
Color Harmonies of #926D6B
Complementary color
Monochromatic Colors of #926D6B
Black with #926D6B
Text Example
Text Example
White with #926D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926D6B; }
p { color: rgb(146,109,107); }
H1.HeaderClassName
{
color: #926D6B;
}
.AnyTagClassName
{
color: #926D6B;
}
</style>
background-color css
<style>
a { background-color: #926D6B; }
a { background-color: rgb(146,109,107); }
div.DivClassName
{
background-color: #926D6B;
}
.BgClassName
{
background-color: #926D6B;
}
</style>
border-color css
<style>
span { border-color: #926D6B; }
span { border-color: rgb(146,109,107); }
td.TdClassName
{
border-color: #926D6B;
}
.TagClassName
{
border-color: #926D6B;
}
</style>