Shades of New Amber #6B361C
Tints of New Amber #6B361C
RGB
CMYK
RGB Variations
Color information
#6B361C (or 0x6B361C) is known color: New Amber. HEX triplet: 6B, 36 and 1C. RGB value is (107,54,28). Sum of RGB (Red+Green+Blue) = 107+54+28=189 (25% of max value = 765). Red value is 107 (42.19% from 255 or 56.61% from 189); Green value is 54 (21.48% from 255 or 28.57% from 189); Blue value is 28 (11.33% from 255 or 14.81% from 189); Max value from RGB is 107 - color contains mainly: red. Hex color #6B361C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B361C is #94C9E3. Grayscale: #434343. Windows color (decimal): -9751012 or 1848939. OLE color: 1848939.
HSL color Cylindrical-coordinate representation of color #6B361C: hue angle of 19.75º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6B361C is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 54 | 28 | - |
| CMYK | 0 | 0.50 | 0.74 | 0.58 |
| HSL | 19.75º | 0.59% | 0.26% | - |
| HSV(B) | 19.75º | 0.74% | 0.42% | - |
| XYZ | 7.59 | 5.85 | 1.83 | - |
| YUV | 66.88 | 106.06 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 54 | 28 | 0 | 0.50 | 0.74 | 0.58 | 19.75 | 0.59 | 0.26 |
| Hex | 6B | 36 | 1C | 0 | 32 | 4A | 3A | 14 | 3B | 1A |
| Octal | 153 | 66 | 34 | 0 | 62 | 112 | 72 | 24 | 73 | 32 |
| Binary | 1101011 | 110110 | 11100 | 0 | 110010 | 1001010 | 111010 | 10100 | 111011 | 11010 |
Color Harmonies of #6B361C
Complementary color
Monochromatic Colors of #6B361C
Black with #6B361C
Text Example
Text Example
White with #6B361C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B361C; }
p { color: rgb(107,54,28); }
H1.HeaderClassName
{
color: #6B361C;
}
.AnyTagClassName
{
color: #6B361C;
}
</style>
background-color css
<style>
a { background-color: #6B361C; }
a { background-color: rgb(107,54,28); }
div.DivClassName
{
background-color: #6B361C;
}
.BgClassName
{
background-color: #6B361C;
}
</style>
border-color css
<style>
span { border-color: #6B361C; }
span { border-color: rgb(107,54,28); }
td.TdClassName
{
border-color: #6B361C;
}
.TagClassName
{
border-color: #6B361C;
}
</style>