#6C3724

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

Shades of New Amber #6C3724

Tints of New Amber #6C3724

Color information

#6C3724 (or 0x6C3724) is unknown color: approx New Amber. HEX triplet: 6C, 37 and 24. RGB value is (108,55,36). Sum of RGB (Red+Green+Blue) = 108+55+36=199 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54.27% from 199); Green value is 55 (21.88% from 255 or 27.64% from 199); Blue value is 36 (14.45% from 255 or 18.09% from 199); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3724 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3724 is #93C8DB. Grayscale: #444444. Windows color (decimal): -9685212 or 2373484. OLE color: 2373484.

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

Color convert

RGB1085536-
CMYK00.490.670.58
HSL15.83º50%28.24%-
HSV(B)15.83º66.67%42.35%-
XYZ7.876.052.42-
YUV68.68109.56156.04-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 54.27%
GREEN value IS 55 (21.88% from 255) = 27.64%
BLUE value IS 36 (14.45% from 255) = 18.09%
R=54.27%
G=27.64%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.67
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108553600.490.670.5815.835028.24
Hex6C3724031433A10321c
Octal154674406110372206234
Binary1101100110111100100011000110000111110101000011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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