Shades of Axolotl #6B7367
Tints of Axolotl #6B7367
RGB
CMYK
RGB Variations
Color information
#6B7367 (or 0x6B7367) is known color: Axolotl. HEX triplet: 6B, 73 and 67. RGB value is (107,115,103). Sum of RGB (Red+Green+Blue) = 107+115+103=325 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.92% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 103 (40.62% from 255 or 31.69% from 325); Max value from RGB is 115 - color contains mainly: green. Hex color #6B7367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7367 is #948C98. Grayscale: #6F6F6F. Windows color (decimal): -9735321 or 6779755. OLE color: 6779755.
HSL color Cylindrical-coordinate representation of color #6B7367: hue angle of 100º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6B7367 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 115 | 103 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.55 |
| HSL | 100º | 0.06% | 0.43% | - |
| HSV(B) | 100º | 0.1% | 0.45% | - |
| XYZ | 14.64 | 16.37 | 15.22 | - |
| YUV | 111.24 | 123.35 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 115 | 103 | 0.07 | 0 | 0.10 | 0.55 | 100 | 0.06 | 0.43 |
| Hex | 6B | 73 | 67 | 7 | 0 | A | 37 | 64 | 6 | 2B |
| Octal | 153 | 163 | 147 | 7 | 0 | 12 | 67 | 144 | 6 | 53 |
| Binary | 1101011 | 1110011 | 1100111 | 111 | 0 | 1010 | 110111 | 1100100 | 110 | 101011 |
Color Harmonies of #6B7367
Complementary color
Monochromatic Colors of #6B7367
Black with #6B7367
Text Example
Text Example
White with #6B7367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7367; }
p { color: rgb(107,115,103); }
H1.HeaderClassName
{
color: #6B7367;
}
.AnyTagClassName
{
color: #6B7367;
}
</style>
background-color css
<style>
a { background-color: #6B7367; }
a { background-color: rgb(107,115,103); }
div.DivClassName
{
background-color: #6B7367;
}
.BgClassName
{
background-color: #6B7367;
}
</style>
border-color css
<style>
span { border-color: #6B7367; }
span { border-color: rgb(107,115,103); }
td.TdClassName
{
border-color: #6B7367;
}
.TagClassName
{
border-color: #6B7367;
}
</style>