Shades of New Amber #6F3D25
Tints of New Amber #6F3D25
RGB
CMYK
RGB Variations
Color information
#6F3D25 (or 0x6F3D25) is known color: New Amber. HEX triplet: 6F, 3D and 25. RGB value is (111,61,37). Sum of RGB (Red+Green+Blue) = 111+61+37=209 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.11% from 209); Green value is 61 (24.22% from 255 or 29.19% from 209); Blue value is 37 (14.84% from 255 or 17.70% from 209); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3D25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3D25 is #90C2DA. Grayscale: #494949. Windows color (decimal): -9487067 or 2440559. OLE color: 2440559.
HSL color Cylindrical-coordinate representation of color #6F3D25: hue angle of 19.46º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F3D25 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 61 | 37 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.56 |
| HSL | 19.46º | 0.5% | 0.29% | - |
| HSV(B) | 19.46º | 0.67% | 0.44% | - |
| XYZ | 8.56 | 6.85 | 2.62 | - |
| YUV | 73.21 | 107.57 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 61 | 37 | 0 | 0.45 | 0.67 | 0.56 | 19.46 | 0.5 | 0.29 |
| Hex | 6F | 3D | 25 | 0 | 2D | 43 | 38 | 13 | 32 | 1D |
| Octal | 157 | 75 | 45 | 0 | 55 | 103 | 70 | 23 | 62 | 35 |
| Binary | 1101111 | 111101 | 100101 | 0 | 101101 | 1000011 | 111000 | 10011 | 110010 | 11101 |
Color Harmonies of #6F3D25
Complementary color
Monochromatic Colors of #6F3D25
Black with #6F3D25
Text Example
Text Example
White with #6F3D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3D25; }
p { color: rgb(111,61,37); }
H1.HeaderClassName
{
color: #6F3D25;
}
.AnyTagClassName
{
color: #6F3D25;
}
</style>
background-color css
<style>
a { background-color: #6F3D25; }
a { background-color: rgb(111,61,37); }
div.DivClassName
{
background-color: #6F3D25;
}
.BgClassName
{
background-color: #6F3D25;
}
</style>
border-color css
<style>
span { border-color: #6F3D25; }
span { border-color: rgb(111,61,37); }
td.TdClassName
{
border-color: #6F3D25;
}
.TagClassName
{
border-color: #6F3D25;
}
</style>