#6C3725

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

Shades of New Amber #6C3725

Tints of New Amber #6C3725

Color information

#6C3725 (or 0x6C3725) is unknown color: approx New Amber. HEX triplet: 6C, 37 and 25. RGB value is (108,55,37). Sum of RGB (Red+Green+Blue) = 108+55+37=200 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54% from 200); Green value is 55 (21.88% from 255 or 27.5% from 200); Blue value is 37 (14.84% from 255 or 18.5% from 200); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3725 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3725 is #93C8DA. Grayscale: #444444. Windows color (decimal): -9685211 or 2439020. OLE color: 2439020.

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

Color convert

RGB1085537-
CMYK00.490.660.58
HSL15.21º48.97%28.43%-
HSV(B)15.21º65.74%42.35%-
XYZ7.886.052.5-
YUV68.8110.06155.96-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 54%
GREEN value IS 55 (21.88% from 255) = 27.5%
BLUE value IS 37 (14.84% from 255) = 18.5%
R=54%
G=27.5%
B=18.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.66
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108553700.490.660.5815.2148.9728.43
Hex6C3725031423Af311c
Octal154674506110272176134
Binary110110011011110010101100011000010111010111111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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