Shades of Kenyan Copper #6B3732
Tints of Kenyan Copper #6B3732
RGB
CMYK
RGB Variations
Color information
#6B3732 (or 0x6B3732) is known color: Kenyan Copper. HEX triplet: 6B, 37 and 32. RGB value is (107,55,50). Sum of RGB (Red+Green+Blue) = 107+55+50=212 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.47% from 212); Green value is 55 (21.88% from 255 or 25.94% from 212); Blue value is 50 (19.92% from 255 or 23.58% from 212); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3732 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3732 is #94C8CD. Grayscale: #464646. Windows color (decimal): -9750734 or 3290987. OLE color: 3290987.
HSL color Cylindrical-coordinate representation of color #6B3732: hue angle of 5.26º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6B3732 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 55 | 50 | - |
| CMYK | 0 | 0.49 | 0.53 | 0.58 |
| HSL | 5.26º | 0.36% | 0.31% | - |
| HSV(B) | 5.26º | 0.53% | 0.42% | - |
| XYZ | 8.01 | 6.09 | 3.77 | - |
| YUV | 69.98 | 116.73 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 55 | 50 | 0 | 0.49 | 0.53 | 0.58 | 5.26 | 0.36 | 0.31 |
| Hex | 6B | 37 | 32 | 0 | 31 | 35 | 3A | 5 | 24 | 1F |
| Octal | 153 | 67 | 62 | 0 | 61 | 65 | 72 | 5 | 44 | 37 |
| Binary | 1101011 | 110111 | 110010 | 0 | 110001 | 110101 | 111010 | 101 | 100100 | 11111 |
Color Harmonies of #6B3732
Complementary color
Monochromatic Colors of #6B3732
Black with #6B3732
Text Example
Text Example
White with #6B3732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3732; }
p { color: rgb(107,55,50); }
H1.HeaderClassName
{
color: #6B3732;
}
.AnyTagClassName
{
color: #6B3732;
}
</style>
background-color css
<style>
a { background-color: #6B3732; }
a { background-color: rgb(107,55,50); }
div.DivClassName
{
background-color: #6B3732;
}
.BgClassName
{
background-color: #6B3732;
}
</style>
border-color css
<style>
span { border-color: #6B3732; }
span { border-color: rgb(107,55,50); }
td.TdClassName
{
border-color: #6B3732;
}
.TagClassName
{
border-color: #6B3732;
}
</style>