Shades of Kenyan Copper #69312B
Tints of Kenyan Copper #69312B
RGB
CMYK
RGB Variations
Color information
#69312B (or 0x69312B) is known color: Kenyan Copper. HEX triplet: 69, 31 and 2B. RGB value is (105,49,43). Sum of RGB (Red+Green+Blue) = 105+49+43=197 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.30% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 43 (17.19% from 255 or 21.83% from 197); Max value from RGB is 105 - color contains mainly: red. Hex color #69312B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69312B is #96CED4. Grayscale: #414141. Windows color (decimal): -9883349 or 2830697. OLE color: 2830697.
HSL color Cylindrical-coordinate representation of color #69312B: hue angle of 5.81º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69312B is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 49 | 43 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.59 |
| HSL | 5.81º | 0.42% | 0.29% | - |
| HSV(B) | 5.81º | 0.59% | 0.41% | - |
| XYZ | 7.36 | 5.37 | 2.93 | - |
| YUV | 65.06 | 115.55 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 49 | 43 | 0 | 0.53 | 0.59 | 0.59 | 5.81 | 0.42 | 0.29 |
| Hex | 69 | 31 | 2B | 0 | 35 | 3B | 3B | 6 | 2A | 1D |
| Octal | 151 | 61 | 53 | 0 | 65 | 73 | 73 | 6 | 52 | 35 |
| Binary | 1101001 | 110001 | 101011 | 0 | 110101 | 111011 | 111011 | 110 | 101010 | 11101 |
Color Harmonies of #69312B
Complementary color
Monochromatic Colors of #69312B
Black with #69312B
Text Example
Text Example
White with #69312B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69312B; }
p { color: rgb(105,49,43); }
H1.HeaderClassName
{
color: #69312B;
}
.AnyTagClassName
{
color: #69312B;
}
</style>
background-color css
<style>
a { background-color: #69312B; }
a { background-color: rgb(105,49,43); }
div.DivClassName
{
background-color: #69312B;
}
.BgClassName
{
background-color: #69312B;
}
</style>
border-color css
<style>
span { border-color: #69312B; }
span { border-color: rgb(105,49,43); }
td.TdClassName
{
border-color: #69312B;
}
.TagClassName
{
border-color: #69312B;
}
</style>