#6D3724

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

Shades of New Amber #6D3724

Tints of New Amber #6D3724

Color information

#6D3724 (or 0x6D3724) is unknown color: approx New Amber. HEX triplet: 6D, 37 and 24. RGB value is (109,55,36). Sum of RGB (Red+Green+Blue) = 109+55+36=200 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.5% from 200); Green value is 55 (21.88% from 255 or 27.5% from 200); Blue value is 36 (14.45% from 255 or 18% from 200); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3724 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3724 is #92C8DB. Grayscale: #454545. Windows color (decimal): -9619676 or 2373485. OLE color: 2373485.

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

Color convert

RGB1095536-
CMYK00.500.670.57
HSL15.62º50.34%28.43%-
HSV(B)15.62º66.97%42.75%-
XYZ7.996.112.43-
YUV68.98109.39156.54-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 54.5%
GREEN value IS 55 (21.88% from 255) = 27.5%
BLUE value IS 36 (14.45% from 255) = 18%
R=54.5%
G=27.5%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.67
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109553600.500.670.5715.6250.3428.43
Hex6D3724032433910321c
Octal155674406210371206234
Binary1101101110111100100011001010000111110011000011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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