#6C3920

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

Shades of New Amber #6C3920

Tints of New Amber #6C3920

Color information

#6C3920 (or 0x6C3920) is unknown color: approx New Amber. HEX triplet: 6C, 39 and 20. RGB value is (108,57,32). Sum of RGB (Red+Green+Blue) = 108+57+32=197 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54.82% from 197); Green value is 57 (22.66% from 255 or 28.93% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3920 is #93C6DF. Grayscale: #454545. Windows color (decimal): -9684704 or 2111852. OLE color: 2111852.

HSL color Cylindrical-coordinate representation of color #6C3920: hue angle of 19.74º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6C3920 is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.58.

Color convert

RGB1085732-
CMYK00.470.700.58
HSL19.74º54.29%27.45%-
HSV(B)19.74º70.37%42.35%-
XYZ7.916.222.15-
YUV69.4106.9155.53-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 54.82%
GREEN value IS 57 (22.66% from 255) = 28.93%
BLUE value IS 32 (12.89% from 255) = 16.24%
R=54.82%
G=28.93%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.70
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108573200.470.700.5819.7454.2927.45
Hex6C392002F463A14361b
Octal154714005710672246633
Binary1101100111001100000010111110001101110101010011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,57,32); }

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

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

 a { background-color: rgb(108,57,32); }

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

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

 span { border-color: rgb(108,57,32); }

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