Shades of Kenyan Copper #69312A
Tints of Kenyan Copper #69312A
RGB
CMYK
RGB Variations
Color information
#69312A (or 0x69312A) is known color: Kenyan Copper. HEX triplet: 69, 31 and 2A. RGB value is (105,49,42). Sum of RGB (Red+Green+Blue) = 105+49+42=196 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.57% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 42 (16.80% from 255 or 21.43% from 196); Max value from RGB is 105 - color contains mainly: red. Hex color #69312A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69312A is #96CED5. Grayscale: #414141. Windows color (decimal): -9883350 or 2765161. OLE color: 2765161.
HSL color Cylindrical-coordinate representation of color #69312A: hue angle of 6.67º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #69312A is Cyan = 0, Magento = 0.53, Yellow = 0.6 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 49 | 42 | - |
| CMYK | 0 | 0.53 | 0.6 | 0.59 |
| HSL | 6.67º | 0.43% | 0.29% | - |
| HSV(B) | 6.67º | 0.6% | 0.41% | - |
| XYZ | 7.34 | 5.37 | 2.84 | - |
| YUV | 64.95 | 115.05 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 49 | 42 | 0 | 0.53 | 0.6 | 0.59 | 6.67 | 0.43 | 0.29 |
| Hex | 69 | 31 | 2A | 0 | 35 | 3C | 3B | 7 | 2B | 1D |
| Octal | 151 | 61 | 52 | 0 | 65 | 74 | 73 | 7 | 53 | 35 |
| Binary | 1101001 | 110001 | 101010 | 0 | 110101 | 111100 | 111011 | 111 | 101011 | 11101 |
Color Harmonies of #69312A
Complementary color
Monochromatic Colors of #69312A
Black with #69312A
Text Example
Text Example
White with #69312A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69312A; }
p { color: rgb(105,49,42); }
H1.HeaderClassName
{
color: #69312A;
}
.AnyTagClassName
{
color: #69312A;
}
</style>
background-color css
<style>
a { background-color: #69312A; }
a { background-color: rgb(105,49,42); }
div.DivClassName
{
background-color: #69312A;
}
.BgClassName
{
background-color: #69312A;
}
</style>
border-color css
<style>
span { border-color: #69312A; }
span { border-color: rgb(105,49,42); }
td.TdClassName
{
border-color: #69312A;
}
.TagClassName
{
border-color: #69312A;
}
</style>