Shades of Falcon #6B5C5F
Tints of Falcon #6B5C5F
RGB
CMYK
RGB Variations
Color information
#6B5C5F (or 0x6B5C5F) is known color: Falcon. HEX triplet: 6B, 5C and 5F. RGB value is (107,92,95). Sum of RGB (Red+Green+Blue) = 107+92+95=294 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.39% from 294); Green value is 92 (36.33% from 255 or 31.29% from 294); Blue value is 95 (37.5% from 255 or 32.31% from 294); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5C5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5C5F is #94A3A0. Grayscale: #606060. Windows color (decimal): -9741217 or 6249579. OLE color: 6249579.
HSL color Cylindrical-coordinate representation of color #6B5C5F: hue angle of 348º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6B5C5F is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 92 | 95 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.58 |
| HSL | 348º | 0.08% | 0.39% | - |
| HSV(B) | 348º | 0.14% | 0.42% | - |
| XYZ | 11.96 | 11.61 | 12.44 | - |
| YUV | 96.83 | 126.97 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 92 | 95 | 0 | 0.14 | 0.11 | 0.58 | 348 | 0.08 | 0.39 |
| Hex | 6B | 5C | 5F | 0 | E | B | 3A | 15C | 8 | 27 |
| Octal | 153 | 134 | 137 | 0 | 16 | 13 | 72 | 534 | 10 | 47 |
| Binary | 1101011 | 1011100 | 1011111 | 0 | 1110 | 1011 | 111010 | 101011100 | 1000 | 100111 |
Color Harmonies of #6B5C5F
Complementary color
Monochromatic Colors of #6B5C5F
Black with #6B5C5F
Text Example
Text Example
White with #6B5C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5C5F; }
p { color: rgb(107,92,95); }
H1.HeaderClassName
{
color: #6B5C5F;
}
.AnyTagClassName
{
color: #6B5C5F;
}
</style>
background-color css
<style>
a { background-color: #6B5C5F; }
a { background-color: rgb(107,92,95); }
div.DivClassName
{
background-color: #6B5C5F;
}
.BgClassName
{
background-color: #6B5C5F;
}
</style>
border-color css
<style>
span { border-color: #6B5C5F; }
span { border-color: rgb(107,92,95); }
td.TdClassName
{
border-color: #6B5C5F;
}
.TagClassName
{
border-color: #6B5C5F;
}
</style>