#6D371C

Color #6D371C New Amber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Amber #6D371C

Tints of New Amber #6D371C

Color information

#6D371C (or 0x6D371C) is unknown color: approx New Amber. HEX triplet: 6D, 37 and 1C. RGB value is (109,55,28). Sum of RGB (Red+Green+Blue) = 109+55+28=192 (25% of max value = 765). Red value is 109 (42.97% from 255 or 56.77% from 192); Green value is 55 (21.88% from 255 or 28.65% from 192); Blue value is 28 (11.33% from 255 or 14.58% from 192); Max value from RGB is 109 - color contains mainly: red. Hex color #6D371C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D371C is #92C8E3. Grayscale: #444444. Windows color (decimal): -9619684 or 1849197. OLE color: 1849197.

HSL color Cylindrical-coordinate representation of color #6D371C: hue angle of 20º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6D371C is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.57.

Color convert

RGB1095528-
CMYK00.500.740.57
HSL20º59.12%26.86%-
HSV(B)20º74.31%42.75%-
XYZ7.886.071.85-
YUV68.07105.39157.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 109 (42.97% from 255) = 56.77%
GREEN value IS 55 (21.88% from 255) = 28.65%
BLUE value IS 28 (11.33% from 255) = 14.58%
R=56.77%
G=28.65%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.74
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109552800.500.740.572059.1226.86
Hex6D371C0324A39143b1b
Octal155673406211271247333
Binary110110111011111100011001010010101110011010011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D371C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D371C; }

 p { color: rgb(109,55,28); }

 H1.HeaderClassName
 {
   color: #6D371C;
 }
 .AnyTagClassName
 {
   color: #6D371C;
 }
</style>
background-color css

<style>
 a { background-color: #6D371C; }

 a { background-color: rgb(109,55,28); }

 div.DivClassName
 {
   background-color: #6D371C;
 }
 .BgClassName
 {
   background-color: #6D371C;
 }
</style>
border-color css

<style>
 span { border-color: #6D371C; }

 span { border-color: rgb(109,55,28); }

 td.TdClassName
 {
   border-color: #6D371C;
 }
 .TagClassName
 {
   border-color: #6D371C;
 }
</style>