#6D371F

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

Shades of New Amber #6D371F

Tints of New Amber #6D371F

Color information

#6D371F (or 0x6D371F) is unknown color: approx New Amber. HEX triplet: 6D, 37 and 1F. RGB value is (109,55,31). Sum of RGB (Red+Green+Blue) = 109+55+31=195 (25% of max value = 765). Red value is 109 (42.97% from 255 or 55.90% from 195); Green value is 55 (21.88% from 255 or 28.21% from 195); Blue value is 31 (12.5% from 255 or 15.90% from 195); Max value from RGB is 109 - color contains mainly: red. Hex color #6D371F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D371F is #92C8E0. Grayscale: #444444. Windows color (decimal): -9619681 or 2045805. OLE color: 2045805.

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

Color convert

RGB1095531-
CMYK00.500.720.57
HSL18.46º55.71%27.45%-
HSV(B)18.46º71.56%42.75%-
XYZ7.926.082.05-
YUV68.41106.89156.95-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 55.90%
GREEN value IS 55 (21.88% from 255) = 28.21%
BLUE value IS 31 (12.5% from 255) = 15.90%
R=55.90%
G=28.21%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.72
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109553100.500.720.5718.4655.7127.45
Hex6D371F032483912381b
Octal155673706211071227033
Binary110110111011111111011001010010001110011001011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D371F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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